Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #564228

    Hello,

    I love the way the Enfold theme looks on my computer but I don’t like it the way it looks on mobile devices!
    Is there a way to customize the mobile page? Can it be different than the desktop page?

    Are there any plugins to make the mobile page better?

    Thanks for the help!

    #564253

    Hey Santos Ramos!

    What exactly are you trying to change on it? Send us a link to your page and a screenshot highlighting what your trying to do and we’ll see if we can help you out or not.

    Best regards,
    Elliott

    #564270

    Hi,

    The link to my site is bellow.

    My site has the Partner/Logo Element that looks good on the desktop site but it does not work on the mobile page!
    Can I hide it from the mobile page?

    Also, I have 2 more Partner/Logo Elemet on the pages that contain 6 large static images that I would like to hide from the mobile page.

    Can this be done?

    Or can you recommend a plugin that can make the mobile page better than the enfold page?

    I don’t see where to attache images on this page! visit my site and you will see!

    #564273

    You can see bellow the 2 images on my mobile phone.

    Thanks!

    #565155

    Hi!

    So your just wanting to hide the partner / logo elements on mobiles correct?

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    .avia-logo-element-container { display: none !important; }
    }

    Best regards,
    Elliott

    #565160

    Hi,

    Please try the following in Quick CSS under Enfold­­>General Styling:

    @media only screen and (max-­width: 479px) {
    .home .avia-builder-el-5 {
    display:none !important;
    }
    }

    Regards,
    Rikard

    • This reply was modified 8 years, 10 months ago by Rikard.
    #565586

    The code that Elliott works but the code that Rikard posted didn’t work.

    Is there a problem with this code?

    @media screen and (max-width: 767px) {
    .avia-logo-element-container { display: none !important; }
    }

    Should I live it?

    Thanks for the help!

    Santos

    #565590

    Hey!

    No, there is not. We just like to provide alternatives :)
    Glad the code Elliott posted helped! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #565682

    Thank you very much!

    The code works well!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mobile Enfold page – Can it be customized?’ is closed to new replies.