Hello, I would like to know how to move the sidebar from right to left in the Modularity lite theme.
I have tried to modify the style.css as follows:
'/* Sidebar */
#sidebar {
float: left;
width: 190px;
}
#sidebar {
margin: 0;
}
#sidebar h3 {
margin: 0;
padding: 0 0 .6em 0
}'
but nothing changed!!
Thanks in advance
miniCarl
Member
Posted 1 year ago #
You probably have to assign "float:right;" to some other element, maybe article or #main?
Post your index.php and style.css so we can take a closer look :)
Here is the index.php:
[Code moderated as per the Forum Rules. Please use the pastebin]
and the style.css:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Thanks!