Archived topic
Crelly Slider Issue
1 reply · Started by Andy on September 7, 2016
Hi,
I'm testing Crelly Slider and trying to make a full-width slide within a GP Section. Unfortunately its adding 20px of margin to the left and right hand side. In the Section settings I have both Box type and Inner Box Type set to fluid and I also tried ticking the 'Full width content' option.
It works fine if not using a Section, but I need it to work within a Section as I will be using it on my home page to replace the Smart Slider.
URL: http://tinyurl.com/z5m4pr6
Any help appreciated tom.
Sections use your content padding for the left and right of the section.
You can overwrite it with this:
.generate-sections-inside-container {
padding-left: 0;
padding-right: 0;
}