Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #359413
    #359787

    Hey hmsvictory!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    strong.logo.bg-logo {
    top: 40px;
    }

    If that does not work, please post the link to your website

    Regards,
    Yigit

    #371363

    It took me some time to try, but that did not work.

    Can we look at a different example? This time trying with a boxed layout – “Boxed Blue”. Here is the default appearance:

    But the logo is too small – it is contained by the #header_main div. I would like the logo to be as tall as the entire header plus the title_container below the header. Like this:

    The strong.logo element will need to overlap the #header_meta and .title_container. I can add some margin to the page title.

    I am not sure if negative margins or overflow properties would be best to use.

    #371375

    Oh well, I think I solved the problem!

    #header_meta {z-index: 1;}
    #header_main {z-index: 3;}
    strong.logo {top: -25px; height: 200px !important; width: auto;}
    h1.main-title {padding-left: 250px;}

    strong.logo positions the logo and sizes it. The h1 element gets pushed over so the hanging down part of the logo does not block it. Some changes to z index so that the overhanging logo can be seen.

    #371439

    Hi!

    Let us know if you got any problems with the top header dropdown menu. Changing the z-index of the #header_meta might cause this.

    Cheers!
    Ismael

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