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

    Hi,
    Can you tell me how I can stretch the logo out on every page? I uploaded this as the logo and I would like it to stretch out to the full width of the page. Can you help with that? I’ve included the credentials below:

    #715084

    Hey devynspirit,

    We have added this code to the Quick CSS section under Enfold > General Styling :

    .responsive .container.av-logo-container {
        max-width: 100%!important;
    }
    

    Please review the site and let us know if you need anything else :)

    Best regards,
    Vinay

    #715375

    That stretched it out more, but not all the way across. I can still see some whitespace on each side of the log/header.

    #715722

    Hi,

    Please try this as well:

    .av-section-bottom-logo .container {
        padding: 0 !important;
    }

    Best regards,
    Rikard

    #716214

    That didn’t work either. Can I remove the logo and then set up a full-width easy slider instead?

    Can you please send the code for removing the logo?

    Thanks,
    Ellany

    #716265

    Hi,

    To make the logo stretch the same width as the browser please use the below css

    .logo img {
        width: 100vw!important;
    }

    To remove the logo simply remove the image from Enfold > Logo

    or use the below css

    .logo {
        display:none;
    }

    Hope this helps :)

    Best regards,
    Vinay

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