• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 🙂

    Thread Starter mpedro

    (@mpedro)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving sidebar in Modularity lite theme’ is closed to new replies.