Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1422123

    Hello, is it possible to hide the entire header> extra element strip/row on mobile phones?

    #1422173

    Hey gfriend70,

    Thank you for the inquiry.

    This should be possible with the following css code.

    
    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      #top #header_meta {
        display: none;
      }
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

    #1422223

    brilliant thank you.

    #1422227

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hiding extra elements on mobiles’ is closed to new replies.