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?
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?
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
This topic has been closed to new replies.