Archived topic
Full width merged content header not full width
3 replies · Started by Craig on July 25, 2016
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.
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
Hi Craig,
Try something like this:
body .grid-container.generate-combined-content {
max-width: 100%;
}
Let me know if you need more info :)
Thanks Tom! Worked great!
You're welcome :)
