• Resolved lynskeyc

    (@lynskeyc)


    I want to know is their a way to move the sidebar from the right to the left as it looks better for my design

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author TT Themes

    (@tomastoman)

    Dear lynskeyc,

    to move the sidebar to the left, please insert the following CSS code into “Appearance > Theme Options > Other Settings > Custom CSS”:

    #wrapper #content {float: right;}
    #wrapper #sidebar {float: left; margin: 35px 25px 0 0;}

    I hope that my answer will be helpful for you.

    Best regards
    Tomas Toman

    Thread Starter lynskeyc

    (@lynskeyc)

    That worked well thanks a lot Tomas Toman

    Theme Author TT Themes

    (@tomastoman)

    I am glad that I could help you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘moving the sidebar to the left form the right’ is closed to new replies.