This topic has 6 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi there
I have added three banners on my site (http://falcon.bimmerworx.com/) they are on the FOOD AND DRINK section titled restaurant, bar hotel but for some reason the text does not show up on mobiles.
I have been trying to figure this out for over an hour and have come to the conclusion it may have something to do with the css
Any ideas?
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.
Hi
Thank you, its fixed the font color but the problem now is that the text does not fit in the banner properly.
It sticks outside the banners
Hello,
Please try to add this code:
@media (max-width:480px) { .banner.align-center {
width: 280px;
}}
Thank you.
Regards,
Eva Kemp.
Thank you, that has solved that problem but now the banners are aligned left instead of center on mobiles
Hello,
Also add this code:
@media (max-width:480px) {.banner.align-center {
margin-left: 7px;
}}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up