This topic has 6 replies, 4 voices, and was last updated 9 years, 4 months ago ago by Stan Russell
Hi.
I’m using the standard HomePage.
The central banner loose the ActionButton if viewed on a smartphone.
Can you please the me how to fix?
Hello,
Could you please clarify with more details what exactly banner you mean and show us screenshots?
If you mean Revolution Slider then it working fine in the mobile view. Please see screenshot: http://prntscr.com/7qpmfv
Regards,
Robert Hall.
The Banners at center of pages.
I’ve attached one viewed in full browser and with minimum browser window width.
http://prntscr.com/7qpq28
http://prntscr.com/7qpqfz
Hello,
Please add this code in custom.css:
@media only screen and (max-width: 480px) {
.banner .banner-content p {
display: inline-block !important;
}}
Best regards,
Jack Richardson.
I’ve added the code in my stile.css child theme, but problem is not solved. 🙁
I’ve also tried to copy the code in default.custom.css under my child theme, but nothing changes.
Any idea?
Thanks.
Hello,
you need to rename file ‘default.custom.css’ to ‘custom.css’ in your theme folder and activate Custom css in Dashboard > Theme options > Custom css > Enable
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up