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

    I have the header size set to large but want this thinner on mobile devices. How do I do this please?

    Thanks

    Huw

    #943781

    Hey Huw,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        height: 50px!important;
    }}
    

    If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    #945558

    Thanks Digit. All good now. Please close.

    Huw

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Thinner header with small devices’ is closed to new replies.