Hi,
I want to be able to remove the partner box on a mobile device. I tried the follwoing and the boxes are still there on a mobile phone
1. I used the following in Theme functions:
add_theme_support('avia_template_builder_custom_css');
2. I added this to the Quick CSS:
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}
3. Assgined the following in the Custo Class on ALB partner box element.
partner box: disallow;
}
Thanks
Vince
Hi Vincent!
Please edit your element and enter ‘only_desktop’ in custom CSS field
Regards,
Yigit
Cheers Yigit, that worked well!
Vincent