Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #768403

    Hello, I want to show different content in a mobile and desktop page – about us -, is this possible?

    So the desktop content does not appear in mobile , and the mobile content does not appear in desktop.

    Thank you, carmen

    #768411

    Hi carmen!

    Yes it is possible.
    You can create both areas, and add custom classes that will hide the results when someone is on each page with Media Queries.
    As I can understand although that is a prety advanced task, so I would suggest to go ahead and try hire someone to help you with it.

    Thanks a lot

    Regards,
    Basilis

    #768716

    Thank you for your response but I did it already onces following this post: http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
    and it worked correctly – but now nothing happens….
    any suggestions? thank you

    #770273

    Hi,

    That CSS should still work so there’s likely something wrong with your code, could you post a link to the page in questions so that we can have a closer look please? Also try to explain your problem a bit further.

    Best regards,
    Rikard

    #770986

    This is the page: http://asesoresinmobiliariosmomateam.com/quienes-somos/
    I want the secong grilla area, not to be shown in the mobile, only desktop.
    Regards, Carmen

    #771491

    Hi,

    Ok, thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #only-desktop {
      display:none !important;
    }
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.