Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #542427

    Hi!
    Please check http://www.sporthuisolympia.nl/wp
    See attachment.
    The space between sidebar and backgroud is white now. Can I change this color to the same color as the sidebar (#dddddd)?
    Thanks for your answer!
    Martine

    • This topic was modified 8 years, 4 months ago by famewebdesign.
    #542491

    Hey famewebdesign!

    hm you could increase sidebar in theme settings or just move it to the right using this code in Quick CSS field:

    aside.sidebar.sidebar_right.alpha.units {
    right: -50px;
    }
    

    Cheers!
    Andy

    #542507

    Thanks Andy!
    Is it also possible to make the sidebar as long as the main content? Now there’s some white space beneath the sidebar…

    Also, I would like to have a white separator in the menu (like it is now) but I do not want white borders around the header image. Now, when I make the separator white, the borders will become white also. Is that possible?

    Thanks for your help!

    • This reply was modified 8 years, 4 months ago by famewebdesign.
    #542864

    Hi,

    Not sure what’s going on with your page there but it’s looking pretty messed up on my end, could you post a screenshot highlighting what you would like to change please?

    Best regards,
    Rikard

    #542924

    Hi Rikard,
    See attachment. Does the site looks different on your end?
    I explaned in the screenshot what I ment.
    Thanks!
    Martine

    #543557

    Update: found out how to delete the borders on top and bottom of header image.
    Only question now is how I can make the sidebar as long as the content. I would like the sidebar to connect to the footer, so there’s no white space between sidebar and footer. Is that possible?

    #543820

    Hey!

    That’s kind of a difficult thing to do actually. Maybe this CSS would work.

    #top #main .sidebar {
        min-height: 9999px;
        position: absolute !important;
        max-width: 23% !important;
        padding-right: 10% !important;
    }

    If that does not work then I would try setting a background to the main content container. You could set it as 1 x 960 or however wide you have your container set to and then color one side white and the other gray and have it set to repeat.

    Best regards,
    Elliott

    #543923

    It works! Thanks Elliott!

    #544012

    Hi!

    Glad you got it short out!

    Please do not hesitate to contact us, if you need anything else!

    Cheers!
    Basilis

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘color next to sidebar’ is closed to new replies.