[Resolved] Full width merged content header not full width

Home Forums Support [Resolved] Full width merged content header not full width

Home Forums Support Full width merged content header not full width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #212851
    Craig

    Hello,
    I’ve got a merged page header on my home page. Under page options, I have it set to ‘fluid’. But, the slider I’ve put in there (via shortcode) is getting constrained to 1200px instead of full width.

    http://semssp.wpengine.com/

    When I look at the markup in Firebug, the div class getting assigned is generate-combined-content grid-container grid-parent. From what I can tell, the grid-container getting applied is the issue…but I’m using the fluid setting.

    Any suggestions?

    Using GP Theme 1.3.34 (with a child theme).

    Thanks!
    Craig

    #212859
    Tom
    Lead Developer
    Lead Developer

    Hi Craig,

    Try something like this:

    body .grid-container.generate-combined-content {
        max-width: 100%;
    }

    Let me know if you need more info ๐Ÿ™‚

    #212864
    Craig

    Thanks Tom! Worked great!

    #212876
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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