[Resolved] Change the background (?) container

Home Forums Support [Resolved] Change the background (?) container

Home Forums Support Change the background (?) container

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1031577
    Caspar

    Hey Generatepress,

    Om using ur theme design LH Consulting Boost that I found in the Site Library. Everything looks really good on mobile and laptop screen but yesterday I went to the website on a wider computer screen and saw that the blue background is in a container and it adds a grey area on the sidebars.

    I would like to have the whole background in the same blue background without the grey sidebars on bigger computer screens.

    As you understand in this request I’m not so good at CSS and I tried searching for solvation but unfortunately, I have not been able to find a solution so far.

    I tried searching on the forum for this theme if someone had a similar question but couldn’t find anything.

    Hope you are able to help me,
    Thanks for the help!

    #1031580
    Leo
    Staff
    Customer Support

    Hi there,

    Go to Additional CSS field in the customizer and replace this block of CSS:

    .site-wrapper.grid-container {
        max-width: 1600px;
        background-image: linear-gradient(-180deg,#0e1f35,#21455c);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    }

    with this:

    .site-wrapper.grid-container {
        max-width: 100%;
        background-image: linear-gradient(-180deg,#0e1f35,#21455c);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    }

    Let me know if this helps πŸ™‚

    #1031604
    Caspar

    Thank you for the quick answer! It seems like it solved it πŸ™‚

    Thanks

    #1031700
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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