Removing layout elements
We have been asked a few times “Is there a way to remove certain layout elements” from the Wikilime cart. Well the answer is yes there is and its also really easy.
For example if you didn’t want to display the top menu panel you would just amend the CSS to the following:
#topPanel { display:none; }
Thats it! By doing the above you are telling the browser to just not load that block of HTML.



