• I am using the Insider theme and my side bar is on the left, I would like to move it to the right side instead.

    My theme options do not allow me to do this as far as I can tell and I do not know what part of my CSS to edit, or if there is an easier way. Please feel free to ask for more information as I have probably not provided enough for a resolution. Thanks in advance to anyone who is able to help.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    your theme “Insider” is nono-WordPpress.org theme.

    Since we no access to the theme code/files, you may want to contact the theme developer.

    Can you provide a link?

    Thread Starter sc3588

    (@sc3588)

    The site is still under construction as I just started messing around with it, but here is the link…https://topworldpost.com/

    No problem, try adding this to your CSS:

    body #content {
    float:left;
    }
    
    body aside#sidebar {
    float:right;
    }
    Thread Starter sc3588

    (@sc3588)

    You’re the best man ??

    It worked!

    Thank you.

    Thread Starter sc3588

    (@sc3588)

    Hi Travis, it turns out that it does not work exactly as planned. When I insert

    body #content {
    float:left;
    }

    body aside#sidebar {
    float:right;
    }

    It shows my sidebar to the right, but when I scroll down it glitches and half the side bar shows on the left and covers some of the page.I went to “CSS Stylesheet Editor” and entered the code you provided. Am I doing it wrong or is it just that the code needs to be adjusted?

    Thanks.

    Ahh, it looks like there is javascript displaying styles inline when you scroll down the page. You’ll have to contact the theme developer about this unfortunately :/

    Thread Starter sc3588

    (@sc3588)

    Thank you for your assistance Travis, it was much appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Please Help With Moving Sidebar from Left to Right’ is closed to new replies.