Hello,
I’m just finalizing a new nice site, but on the homepage, below the slider I added a color section with a background image – which looks perfect on pc an tablett, but in the MOBILE view the text is too high and not vertically good aligned > http://leasebike.net/
Where is says: LOCATION DE MOTOS ET DE SCOOTERS
Thank you in advance,
Best, AB
Hey anma,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {
#top #wrap_all .av-inherit-size .av-special-heading-tag {
padding-top: 50px!important;
}}
Best regards,
Mike
Hi Mike,
Thank you, great this is much better :)
Best, AB