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

    Hi,

    I am trying to have a different Color Section for the mobile version of the website. The reason is beacause I would like to use a different background image to be shown on small screens.

    so i tried this with no sucess:

    @media screen and (min-width: 0px) and (max-width: 400px) {
    .fuumi-top { display: none; } /* this is the version for big screens */
    }

    @media screen and (min-width: 401px) {
    .fuumi-top-mobile { display: none; } /* this is the mobile version */
    }

    is there a way to get around with this?

    Many thanks

    #673734

    Hey eriatarka!

    Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Regards,
    Yigit

    #673739

    Thank you, very much, ill take a look

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