I have the header size set to large but want this thinner on mobile devices. How do I do this please?
Thanks
Huw
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
Thanks Digit. All good now. Please close.
Huw