Hi,
How do I decrease the height of the header for screen width 770px and up? I’ve tried a few solutions on the forum but nothing works. Here’s access to my website and an image also:
I want to keep the logo img as overflow too.
Hey atifaijaz123,
Please provide a link to the site.
Best regards,
Jordan Shannon
Hi,
Please perform the steps provided int he below links:
To reduce the header height please check
To create a logo overflow
Best regards,
Vinay
This code didn’t work for me. Is there another way to adjust the header height for screen width 770px and up?
Hi atifaijaz123,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 770px) {
.responsive #top #header #header_main {
height: 60px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria! You may close this thread now.
Hi atifaijaz123,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria