• Resolved mat84

    (@mat84)


    Hi,

    i’m a complete noob.
    I know i need to modify something in the style.css to move the floating of the sidebar, from the right to the left.
    But i can not recognize what needs to be modified…

    Thnx a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • can you provide a link to your site to investigate a bit further?

    @mat84 – you should not modify anything in your theme files – as those changes will be overwritten and lost when the theme is updated. Instead use a Child Theme or custom CSS plugin such as Custom CSS Manager

    Thread Starter mat84

    (@mat84)

    Ok, but what should i do to modify the CSS to move the sidebar from right to left in my template?

    My word: gruppoamatorialeuccellidarichiamo.it

    Once you have custom CSS set up – try adding this to it:

    .main {
        float: right;
        padding: 0 20px 0 40px;
    }
    
    .sidebar {
        float: left;
        padding: 0 0 0 20px;
    }

    Thread Starter mat84

    (@mat84)

    Thnx everything was ok!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move sidebar to left’ is closed to new replies.