move the location of the sidebar

  • Hi,
    Is it possible to left align the sidebar just on one specific page using CSS while the rest of the site keeps the default settings.

    I know we can change the default placement according to what the theme allows, and mine does allow for both left and right placement… however I would like it to stay on the right for all except one new page I am working on.

    The new page can be viewed here

    I would like to move that sidebar that has the download links etc over to the left for aesthetics if possible.

    I would think its possible with some CSS but my basic CSS knowledge does not seem to be finding a way.

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    thank you for using our theme.

    You can use this in the Custom CSS:

    .page page-id-22706 .two_third {
        float: right;
        margin-right: 0!important;
    }
    .page page-id-22706 .one_third.lastcolumn {
        float: left;
    }
    .page page-id-22706 .lastcolumn {
        margin-right: 0!important;
        clear: left;
    }

    Hope this helps.

    All the best,
    Ana

  • Hi,

    Thank you so much for that… I had about 30% of this CSS but kept getting stuck with the one_third column being stuck way below on the page… this has worked perfectly now.

    Thank you again and this has to be the best theme I have worked with so far. Much appreciated.

    cage

  • Hi Cage,

    so happy I could help with :).

    If you need anything please let me know.

    All the best,
    Ana

  • The topic ‘move the location of the sidebar’ is closed to new replies.