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

    Hey,

    My logo is 300 x 45 and by default its not centered vertically
    http://nasledstvo.biz.ua/

    if I use margin-top: 20px; or padding it goes wrong when shrinked.

    I even tried adding blank canvas to make it 156px as default, but then once again, it shrinks badly.

    I would like to keep the default header size if possible

    Thanks

    #302389

    Hi axelfx07!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    strong.logo {
    top: 20px;
    }
    
    .header-scrolled strong.logo {
    top: 0;
    }

    Cheers!
    Ismael

    #302449

    Hi!

    I used the code and it fixed the static view, but as soon as I start scrolling this happens

    http://gyazo.com/db601d464d368a062f7193806a06ed59

    #303519

    Hi!

    Seems to be rendering correct on my end now:

    Regards,
    Devin

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