Tagged: ,

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

    Hey Perry!

    Thank you for using Enfold.

    Yes, this is possible. Adjust the top position of the logo container.

    div .logo {
        top: 100px;
    }

    Regards,
    Ismael

    #747327

    Hey Perry,

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

    #top #header_main, #top #header_main > .container, .av-main-nav > li  {
    	max-height: 90px!important;
    	overflow: visible;
    }
    .logo {
        min-height: 150px;
    }
    #main {
      	padding-top:90px!important;
    }
    .av-main-nav > li > a {
    	line-height: 90px!important;
    }
    

    Best regards,
    Vinay

    #747480

    Awesome. Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo hang down from header into the first element’ is closed to new replies.