Languages area hides on mobile devices. - by msjackiemack

This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: msjackiemack
    msjackiemack
    Participant
    August 14, 2015 at 05:40

    Hello, I’d like to have the languages area become visible on small devices. At the moment it hides. Is there an easy way to do this within the template? Any assistance would be appreciated. Thanks.

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2015 at 07:23

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 480px){
    .top-bar .languages-area {
      display: block;
      float: none;
    }}

    How to create custom.css you can watch in this tutorial.

    Best regards,
    Jack Richardson.

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

You must be logged in to reply to this topic.Log in/Sign up

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