Mobile view shows extra space after the header picture
-
Mobile view shows extra space after the slider picture although size preset is full width and height of the picture is 233px only
Please check the screenshot of the slider on mobile
https://snipboard.io/xgryjG.jpg
Please check my setting of the slider for mobile
https://snipboard.io/jDNnWI.jpg
Please help me fix this problem of unnecessary space appearing after slider on mobile
Hello,
Please try decreasing the slider height on mobile.
https://www.sliderrevolution.com/documentation/responsive-settings/
The check back.
Best Regards
how to change go-to-the-top button position from right to left?
it is conflicting with whatsapp icon
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.scrollToTop {
bottom: 80px;
}
Best Regards
it didn’t work
I added the code in the style.css of the child theme
Hello,
The style.css file of the child theme isn’t enqueued, that’s why the CSS doesn’t work.
You need to enqueue the stlye.css file to make it work.
You can read the following article for help:
https://developer.wordpress.org/themes/advanced-topics/child-themes/
Best Regards