Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #455517

    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

    • This topic was modified 9 years, 5 months ago by Vincent.
    #455900

    Hi Vincent!

    Please edit your element and enter ‘only_desktop’ in custom CSS field

    Regards,
    Yigit

    #456190

    Cheers Yigit, that worked well!

    Vincent

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Partner Box on Mobile’ is closed to new replies.