View Single Post
  #6  
Old 04-01-2014, 01:38 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 22,453
IntoRain is on a distinguished road
Default

class_sidebar.php contains the contents displayed on the sidebar. To edit its css, it's inside the id #menu and it's a class .sidebar, so you can change its css in any .css file you are using (mind the order, so it can override previous styles).

Also, the sidebar and the content on the right are in a table, so making it float right won't work. If you want to change this/invert their positions in the table, edit the template.tpl file (knowing that {sidebar} represents the whole sidebar, the same applies for the other objects represented like that, you will figure it out once you open the file)
__________________


asp.net stole my soul.
Reply With Quote