Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #752693

    Hi – I found a topic on this but I couldn’t make it work.
    I’m fooling with this new site where the color sections are certainly full width, but the content still has spaces. I am trying to make the gallery fill right to the edges.
    I tried this:
    #homesection .container {
    width: 100% !important;
    max-width: none !important;
    }
    The code is working, but it still leaves a gap between the content and the edge.
    Any thoughts? Where am I going wrong!.

    #754151

    Hey jonesthelight,

    You have to take out the padding as well:

    #homesection .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    }

    Best regards,
    Jordan Shannon

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