Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #709412

    Hi,

    Is there a way to change the size of the logo in the header? I would like it to stretch all the way across. When I tried adjusting the size with CSS, the logo got really pixellated and looked awful. Is there a way to change this and make the logo still look decent?

    #709511

    Hey WCWL1650,

    Please use a high resolution logo image and add the below css in Enfold > general Styling > Quick CSS

    div#header_main .container, .logo, .logo a, .logo img {
    min-width: 80vw;
    }

    Best regards,
    Vinay

    #709548

    Hi Vinnay,

    I tried what you suggested, and I’m still getting the issue with the logo being pixellated. I did use a high res image.

    #709552

    Hi,

    Please upload a high quality logo image to media library and share the link so we can try any other alternate methods using custom css.

    Best regards,
    Vinay

    #709569
    #709648

    Hi,

    We have added the css in Quick css and linked the high rez logo in theme options everythign looks good on my end. Pleasre review the site.

    To make changes to the logo width try to adjust the value 80vw which is 80% of the browser window width.

    If you do not see similar to the screenshot please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

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