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

    hello,

    i met for the first time ( it is my 5th enfold site ) a problem with the size of the logo in the header :

    – i upload the logo in high size ( 950x235px ) and choose original size for the header

    – i have 2 problems that i didn’t have with other enfold site with the same parameter :
    1 – when i increase the high of the header, the logo reamain at the same size, only the merge between logo and menu above is increasing ?
    2 – In the responsive comportement, there is a state before it switch to square button menu where the logo is very small with a huge white merge below.

    Can you take a look please ( you will find in private content the access and screenshot example )

    Thank you in advance

    Stanislas

    #662125

    Hey sdesign-web,

    not sure what you want to achieve, but if you want to increase your logo size use this code inside Quick CSS field:

    strong.logo {
    width: 800px;
    }
    

    Best regards,
    Andy

    #662136

    hi Andy,

    thank you ! it works, just a little last problem : when the size of logo decrease at scrolling he is no more at the center of menu but get on the left.

    How to keep him @ the center ?

    #662435

    Hi,

    Try this CSS as well please:

    .header-scrolled strong.logo a {
        display: table !important;
        margin: 0 auto !important;
    }

    Thanks,
    Rikard

    #662504

    hi Rikard,

    well, the logo in header still start to go on the left when scrolling and then go center.

    is it possible to have the logo decreasing from center when scrolling down ?

    thank you in advance,

    stan

    #662511

    Hi,

    I’m afraid, but I don’t see any easy way to achieve something like that. Feel free to hire a freelance developer for such a job: kriesi.at/contact/customization

    Best regards,
    Andy

    #662826

    hi Andy,

    at last it works as i want when i enable “Let logo and menu position adapt to browser window” in header behavior : the size of the logo increase when i increase the size of header and it stays @ center when scrolling.

    best regards,

    Stan

    #662887

    Hi,

    glad you’re happy now! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘logo size in header’ is closed to new replies.