Can't hide .languages-area on mobile devices

This topic has 4 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: mozmocreative
    mozmocreative
    Participant
    February 20, 2015 at 03:20

    How do I hide the .languages-area on mobile devices? Using media queries and display:none isn’t working. Also how do I give this area a top margin of 20px without adding white space above rev slider? Thanks

    https://cp211.ezyreg.com/~mymy2015/

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 20, 2015 at 08:34

    Hello,

    I’ve added following code into custom.css file. Please check.

    @media only screen and (max-width: 480px){
    .top-bar .languages-area{
    display:none;
    }
    }
    .languages-area{
    position: relative;
    top: 20px;
    }

    Regards,
    Robert Hall.

    Avatar: mozmocreative
    mozmocreative
    Participant
    February 23, 2015 at 01:48

    Thanks, fixed my problem

    Avatar: Eva
    Eva Kemp
    Support staff
    February 23, 2015 at 09:28

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Can't hide .languages-area on mobile devices’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.