Forums
Forums / Themes and Templates / Moving the sidebar down
(@kinkwhore)
17 years, 1 month ago
Hello. CSS newb here. I am using theme Floristica, which is perfect except for the sidebar on the left covering the header partially. How do I move it down?
http://kinkwhore.com/
(@esmi)
Edit style.css (line 292) – change:
#sidebar { display:inline; float:left; margin:54px 0 0 10px; width:220px; }
to:
#sidebar { display:inline; float:left; margin:238px 0 0 10px; width:220px; }
xoxo
The topic ‘Moving the sidebar down’ is closed to new replies.