Hello,
I just finished my site but in mobile the box covers almost all of the slider image. Would it be possible to show the box a bit lower, so user could see the easy slider images also? The image from my site:https://imgur.com/CQWdSMy
I have left the site login credentisals also.
Hey pimroll,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #av_section_1 .flex_column_table {
margin-top: -100px;
}
}
Best regards,
Rikard
Hello Rikard,
I inserted the code but I do not see that it makes any changes.
Heiki.
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Hello Jordan,
Now I placed the code to the top and made hard reload several times but no luck.
Heiki.
Hi,
Please try this instead:
@media only screen and (max-width: 767px) {
.home #av_section_1 .flex_column_table {
margin-top: -100px !important;
}
}
Best regards,
Rikard
Hello Rikard,
Thanks, now it is working!
Heiki.
Hi pimroll,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria