This topic has 2 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
When I go to my home page on mobile, the 3 featured banner blocks show up without text or call to action buttons. I understand the text would be too much to show but there needs to either be a call to action button or the banner itself needs to convert to something clickable (to the call to action link). Is there anything that can be done to make this happen? Right now it seems to just have 3 big images taking up screen real estate that do nothing functional for the site. Is there a checkbox or line of code to resolve this?
Thanks in advance. I have updated versions of everything.
Hello,
Please add this code in custom.css file:
@media (max-width: 480px) {.banner .banner-content p {
display: block;
}}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Tagged: issue v1.3, mobile, responsive, themes, woocommerce, woopress, wordpress
You must be logged in to reply to this topic.Log in/Sign up