Is it not possible to have a fullscreen slider….
but have the Gridrow elements (which I want with no padding) be contained within a set pixel width (for example, 1200px)?
Setting a BOXED LAYOUT won’t do it, because it just puts the fullscreen slider wirthin the box as well.
Hey Justin!
In that case you’ll want to use a color section with our column shortcodes inside it.
Regards,
Elliott
I don’t understand.
Hey Justin!
Can you please post the link to your page where we can see how far you have manage to create the layout? We may be able to provide you some custom CSS code.
Best regards,
Yigit
Hi Justin!
Please give your color section a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS
#your-unique-id .flex_column {
margin: 0;
}
#your-unique-id .av_one_third {
width: 33.3%;
}
Cheers!
Yigit
Hi!
Seems like you code is not being applied. It should defiinitely work. If you do not mind posting temporary admin login we can look into it Justin.
Cheers!
Yigit
Hey!
I moved the code to the top of Style.css file and it worked. Please review your website now :)
Cheers!
Yigit