• Resolved venn177

    (@venn177)


    I want to move my sidebar so it starts at the top of the screen, next to my banner. Is this possible?

    PS I’m using Mystique.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter venn177

    (@venn177)

    Ah, no one can help with this?

    is it possible but you have to make some further changes after that. To move your sidebar edit the style.css file from you theme’s directory, search the id called #sidebar, and add these:

    background:white;
    position:absolute;
    top:-295px;

    … but after this the sidebar will be on the top of you header so you have to make you header narrower too … search in you style.css file after the id #header and add this line:

    width:630px;

    Finally save everything and upload it overwriting the old css file.

    You should end up with something like this: https://tinypic.com/r/zpn38/3

    Good luck ??

    Thread Starter venn177

    (@venn177)

    You are amazing.

    Everyone I asked was telling me it would take “massive code editing,” which I knew wasn’t true. I just didn’t know what I was looking for.

    You’re really great for this, thanks a ton.

    Thread Starter venn177

    (@venn177)

    Aha. I tried it and my site is broken.

    Provide me a link to your site to be able to help you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Moving the Sidebar Up?’ is closed to new replies.