Hi,
Thanks for the update. I’ve added this to your Quick CSS box, and it’s applying on my end:
@media only screen and (max-width: 767px) {
.template-shop.content {
padding-top: 110px !important;
}
}
@media only screen and (max-width: 767px) {
#footer .av_one_fourth {
margin-left: 0 !important;
width: 100% !important;
}
}
Please review your site, and make sure to load the site in an incognito or private browser window on your device.
Best regards,
Rikard
Hey :)
Sorry for the late response.
Just checked it now
the first problem is still happening on product-type pages
the footer’s background for some reason is still #ffffff and not #fceeea
Thanks again for all the help
Hi,
Thanks for the update.
1. I’m not sure which problem this is, since this thread is very long and many questions have been asked. Could clarify the problem a bit please? Also please link directly to a page where we can see it happening.
2. This code added in Quick CSS is overriding the theme settings, please remove it:
@media only screen and (max-width: 767px) {
#main .container_wrap {
background-color: #fff;
}
}
Or add this CSS to target only the footer:
@media only screen and (max-width: 767px) {
#footer {
background-color: #fceeea !important;
}
}
Best regards,
Rikard