• Resolved rekcah

    (@rekcah)


    Hello,

    Is there an easy fix for the sidebar to be on the right instead of the left, just like the Omega theme?

    Thank you,
    rekcah

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Rekcah,
    Yes, you can do this customization with simple tweak. Go to WordPress Admin “Appearance > Customize > CSS” and insert this code

    .site-inner {
        float: left;
    }
    .site-header {
        float: right;
    }

    Please give a try and let us know how it goes. Hope you like the changes.

    Cheers

    Thread Starter rekcah

    (@rekcah)

    Themehall,

    Worked as you stated, just have to do minor touch ups with the column’s padding and margin as the “right” sidebar is pressed against the content. Want to learn how this web coding stuff works, so I am new to WebDev, this will help in getting my feet wet.

    Thank you for providing the solution.

    Best regards,
    Rekcah

    Awesome. I guess this is a good start. Happy learning and feel free to create a new topic if you have any questions.

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