Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #648109

    I’m trying to change the background color and padding of the sidebar on the portfolio pages of my website. For some reason the sidebar bkgd color is grey, but on all other page of the site, the sidebar menu background is white. How can I make the background of all right sidebars white? Also, is there a way to reduce the amount of padding to the left of the sidebar menu?

    Here is a URL to the page so you can see: http://dev.int-bio.com/intbio-products/transport-incubators/

    Would like to make the background white.
    Would like to make the left padding about 25px less.

    Thank you!
    Melissa

    #648248

    Hey Melissa,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .inner_sidebar.extralight-border {
        margin-left: 25px;
    }
    
    aside.sidebar.sidebar_right.alpha.units {
        background-color: white !important;
    }
    

    Best regards,
    Jordan

    #648260

    Hi Jordan –

    Thanks for your quick reply. Unfortunately that CSS didn¹t work. The
    margin shifted a bit so that part worked, but not the white background.
    Did I mention that this is only an issue on the portfolio pages? The other
    pages are fine and have a white background for the sidebar, but the
    portfolio pages have a grey background in the sidebar. Any other
    suggestions as to how to fix that?

    Thanks –
    Melissa

    #648274

    Hi Melissa,

    Could you please provide login details to your site, so that we can have a closer look at the portfolio pages in the back end. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    #648297

    Sure thing. And here is a link to one of the pages:

    #649570

    Hi,

    http://dev.int-bio.com/intbio-products/transport-incubators/

    We checked the page again the sidebar background is white. Please remove browser cache or hard refresh the page.

    Best regards,
    Ismael

    #649803

    Yes, I figured out that one of the general settings for ‘alternate background color’ controlled the sidebar background. I really like this theme and have used it a lot, but you guys should consider renaming those elements bc ‘alternate background’ doesn’t make any sense as to what it controls.
    I appreciate your help.
    Melissa

    #649806

    Hi!

    Thank you for your input. We will pass it to Kriesi :)
    Glad you figured it out! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio Sidebar Background Color’ is closed to new replies.