[Resolved] Sidebar showing body background using separate containers

Home Forums Support [Resolved] Sidebar showing body background using separate containers

Home Forums Support Sidebar showing body background using separate containers

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #452401
    Mike

    Sidebar showing body background using separate containers. Want sidebar to show same color as widget background. Does that make sense?

    #452403
    Leo
    Staff
    Customer Support

    Hi there,

    Your site is under maintenance mode. Can you disable it for now?

    #452405
    Mike

    Hmm, shouldn’t be. Cleared cache, maybe that will help. Did I send you the correct site? Working on two at the moment. Cut and past error maybe. πŸ™‚ https://toledocourtreporter.com/

    #452510
    Mike

    Any ideas?

    Thanks

    #452531
    Leo
    Staff
    Customer Support

    Not sure what you mean?

    The sidebar isn’t showing the body background to me: https://s33.postimg.org/wxazk213j/2017-12-18_1755.png

    You can change that color in Customizer > Colors > Sidebar widgets if that helps.

    #452624
    Mike

    Hi Leo, thanks for getting back to me. I am attaching a screenshot for you to see. I don’t think I made myself clear. [URL=http://s41.photobucket.com/user/Nevis1/media/sidebar.jpg.html][IMG]http://i41.photobucket.com/albums/e267/Nevis1/sidebar.jpg[/IMG][/URL]

    http://i41.photobucket.com/albums/e267/Nevis1/sidebar.jpg

    I am talking about the area in red showing the black background.

    Thanks

    #452631
    Leo
    Staff
    Customer Support

    That case you should be using one container instead of separate containers.

    #452632
    Mike

    That is what I thought you might say.

    I was hoping to have a continuous light gray section all the way down the right hand side of the page. I am sure it could be done with CCS, but I m not THAT good with CSS.

    Thanks

    #452645
    Tom
    Lead Developer
    Lead Developer

    You could try doing something like this:

    .site-content {
        display: flex;
    }
    
    .sidebar {
        background: #f5f5f5;
    }
    #452651
    Mike

    Works Great! Have a look see.

    Thanks for this. I can see using this for more than one site. I like the look of the “stand-alone” section going down one side of the page. πŸ™‚

    Cheers!

    #453135
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! πŸ™‚

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.