Hidden Top Panel on mobile version - by pcmoia

This topic has 4 replies, 3 voices, and was last updated 8 years, 1 month ago ago by Jack Richardson

  • Avatar: pcmoia
    pcmoia
    Participant
    January 28, 2016 at 17:03

    Hi Eva,

    on mobile version I can’t see Hidden Top Panel. Can I activate it with mobile version enabled?

    Thanks!

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 29, 2016 at 09:35

    Hello,

    In this case you can add the following code in custom.css file.

    @media (max-width: 767px){
    .hidden-phone {
        display: block !important;
    }}

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: pcmoia
    pcmoia
    Participant
    February 3, 2016 at 08:14

    Hello,

    I make the change, but if now appears the search field on logo.

    Can we hide the search field?

    Thanks!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 3, 2016 at 09:07

    Hello,

    Add this code in custom.css file:

    @media (max-width: 767px){
    header .et-mega-search {
       display: none;
    }}

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 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.