Archived topic
Any way to fix revolution slider
1 reply · Started by Victor on September 27, 2017
Hello,
Great theme, we managed to increase speed, decrease https calls and website size using the same
information/images. thank you
I have a question, is any way to make the revolution slider not to have spaces on mobile versions?
for some reason in this versions there is a gap on the left/right side, also on the iphone
http://www.milagroscaninos.org is our website.
Thanks for all your support and for your amazing theme.
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
.generate-sections-inside-container {
padding-left: 5px;
padding-right: 10px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/