Comments Barry started the conversationMarch 30, 2014 at 9:20pmI've setup a revolution slider and made it full width but it's breaking the page layout and pushing the margins out on the right. Please see attached.Thanks 8,838Tahir repliedMarch 31, 2014 at 5:47pmHey Barry!Try turning off the force full width section and place the shortcode in a full-width section via Page builder so it takes into account the scroll width as well. Thanks ThemeNectar Support Team Barry repliedMarch 31, 2014 at 6:13pmHi Tahir,I turned off the force full width and amended the row type in Salient to full width content. It's better but it still pushes the content out a bit.ThanksBarry repliedMarch 31, 2014 at 6:21pmFixed it. I added the below code. Salient uses a ul class with margin-left:30px which was pushing the slides across too.#rev_slider_3_1 ul {margin-left: 0!important;} 8,838Tahir repliedMarch 31, 2014 at 6:24pmHey Barry!Glad you got it sorted. Cheers ThemeNectar Support Team Sign in to reply ...
I've setup a revolution slider and made it full width but it's breaking the page layout and pushing the margins out on the right. Please see attached.
Thanks
Hey Barry!
Try turning off the force full width section and place the shortcode in a full-width section via Page builder so it takes into account the scroll width as well.
Thanks
ThemeNectar Support Team
Hi Tahir,
I turned off the force full width and amended the row type in Salient to full width content. It's better but it still pushes the content out a bit.
Thanks
Fixed it. I added the below code. Salient uses a ul class with margin-left:30px which was pushing the slides across too.
#rev_slider_3_1 ul {
margin-left: 0!important;
}
Hey Barry!
Glad you got it sorted.
Cheers
ThemeNectar Support Team