Hi team,
is there a way to push the slideshow title slightly up on mobile homepage so that it doesn’t cover person’s face? I added the screenshot to the private section.
Thank you,
Lilia
Hey lilijabula,
Thanks for the screenshot. Could you post a link to the page in question as well so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
I’ve added the link to the private content field below :)
Thanks
Lilija
Hi Lilija,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
body #av_section_1.container_wrap .avia-builder-el-first {
margin-top: -40px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria