Hi there,
I look after the site https://www.difrix.de/
If you look at the banner on the start page with your mobile phone, the text on it is displayed below. You can’t read everything through it. The text is set to “middle”. How can you change that?
Best regards,
Martin
Hey Martin,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 50px !important;
}
}
Best regards,
Rikard
Thank you Rikard, it works!