Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #903267

    I am trying to remove white space between sidebar and main container like the example website below without messing the padding settings etc.

    #903863

    Hello, I managed to change the sidebar color to green by this code :
    @media only screen and (min-width: 768px) {
    .container_wrap.sidebar_right{
    background:-webkit-gradient(linear,right top,left top,color-stop(#8dbf42,0.295),color-stop(white,0));
    background:-webkit-linear-gradient(right, #8dbf42 29.5%, white 0%);
    background: -moz-linear-gradient(right, #8dbf42 29.5%, white 0%);
    background: -o-linear-gradient(right, #8dbf42 29.5%, white 0%);
    background: linear-gradient(right, #8dbf42 29.5%, white 0%);
    }
    }
    Altough i dont want all the way down green, just the widgets area to be green would be better for me.
    My main problem is space between the sidebar and main content is white and I cant make this area’s background to grey.

    #904397

    Hi,

    Apologies for the delay in response but I’m not seeing the sidebar on your site at all. Can you direct me to the proper page?

    Best regards,
    Jordan Shannon

    #904665

    Hello,
    Thank you for your response.
    All the posts have sidebar like this page: https://www.sagliklivefit.com/limonlu-su-icmenin-sagliga-yararlari/

    Best Regards
    Cihan

    #904770

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .main_color.container_wrap_first.container_wrap.sidebar_right {
        background-color: #fefefe;
    }

    Hope this helps :)

    Best regards,
    Nikko

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