On two pages I have inserted background images in the top Color Section. Other than not displaying them on mobile (Advanced > Responsive) is there any magic css that can fix the problem?
Thanks for any help.
Hi wildturkeyway,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.home #av_section_1 {
background-size: contain !important;
}
.home #av_section_1 .av-special-heading-tag {
font-size: 48px !important;
}
}
Hope it helps.
Best regards,
Nikko
Thanks Nikko!
One last question. Is it possible to move the sub-heading text down? On Mobil only? It’s overlapping the image and I KNOW that Google is goin to complain :-)
Hi,
Thanks for the update. Please try this CSS instead:
@media only screen and (max-width:767px) {
.home #av_section_1 {
background-size: contain !important;
}
.home #av_section_1 .av-special-heading-tag {
font-size: 48px !important;
margin-bottom: 160px;
}
}
Best regards,
Rikard
Yikes!
I’ve purchased numerous Themes over the years but I’ve never experienced the exceptional support like I receive here.@ kriesi.
Thanks Rikard,
Hi wildturkeyway,
It’s our pleasure helping you :)
Thanks for using Enfold and I hope that you’ll have a great day!
Best regards,
Nikko