Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #684835

    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

    #685527

    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

    #685577

    Fantastic Rikard! I really appreciate your help!

    #686175

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove section on Mobile’ is closed to new replies.