Hi there,
I am using the Enfold theme for the website http://www.propertybuyergroup.com.au
On the homepage there is a section for partner logos.
I was wondering if it is possible to have this section completely removed when someone browses on a mobile device?
Thanks
Mel
Hi Melaniegray92,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.home #av_section_5 {
display:none !important;
}
}
Regards,
Rikard
Fantastic Rikard! I really appreciate your help!