Hello,
the slider is partially covered in the mobile attachment.
Can one adjust this only for the mobile view somewhere.
Everything is ok in the desktop view.
Thanks.
Regards
Stefan
Hey Bassmann,
Yes this can be adjusted using media queries for mobile only, such as:
@media only screen and (max-width: 767px) {
.your_class {
your: rule;
}
}
If you would like some help with the css please link to your site so we can be of more assistance.
Best regards,
Mike
Hi,
Sorry the code was an example for using the media queries,
I added this css:
@media only screen and (max-width: 957px) {
#top.home #av_section_1 > div > div > div > div > div.flex_column_table.av-equal-height-column-flextable.-flextable {
margin-top: -150px !important;
}
}
Please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
this looks very good.
Thanks.
Regards
Stefan
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon