Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1003266

    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:

  • https://ibb.co/b7g8q9
  • I want to keep the logo img as overflow too.

#1003423

Hey atifaijaz123,

Please provide a link to the site.

Best regards,
Jordan Shannon

#1003624
#1004246

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

#1006798

This code didn’t work for me. Is there another way to adjust the header height for screen width 770px and up?

#1007060

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

#1009448

Thanks Victoria! You may close this thread now.

#1009553

Hi atifaijaz123,

Glad we could help :)

If you need further assistance please let us know.
Best regards,
Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.