This topic has 9 replies, 3 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hi Guys,
The slider on our home page no longer goes full width, unless you click something.
David
Hello,
Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check how it works then.
Regards
Hi,
I’ve set up a staging server, disabled all plugins but the essentials and the issue is still there.
Hello,
If you already set full-width slider type in the slider settings then don’t stretch row with content in the WPBakery settings https://gyazo.com/5eae0c9131476e703e4f3007458d82c8 Because it causes the mentioned issue.
Regards
That’s how it is already set: https://prnt.sc/1gpvlqs
This is a new issue, the page was fine a month ago. You will notice that it fixes itself if you click somewhere.
You need to change it to “Stretch row” only, like here – https://gyazo.com/5eae0c9131476e703e4f3007458d82c8 , your current https://gyazo.com/4fb3def4b7c55a6cce397d39644d8ea9 is incorrect.
Regards
Hi Rose,
that’s fixed the issue, brilliant! But it’s introduced a new bar at the bottom of the slides:https://prnt.sc/1h02o1h
What do you think?
David
It’s caused by this:
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
margin-bottom: 35px;
}
But I don’t see where this could be set, any ideas?
D
Hello,
Add the next code in Theme Options > Theme custom CSS > Global custom CSS:
.wpb_revslider_element {
margin-bottom: 0px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up