Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #829836

    I have a header image that has been uploaded through the logo section. It is 1920 x 333 but it shows up very small on the site. Please help!

    • This topic was modified 7 years, 3 months ago by gwinenvato.
    #829879

    Hey gwinenvato,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .logo, .logo a {
        width: 100%;
    }
    

    Please resize the logo image to be 1920 x 200px and re-upload :)

    Best regards,
    Vinay

    #829887

    Thanks Vinay – I tried this and it still didn’t work. The height should not matter. Please take a look and you can see what I am talking about.

    #829914

    Hi,

    I checked it and it seems big already but not fullwidth, try adding this css code in Quick CSS to occupy the fullwidth:

    #header .container.av-logo-container {
        padding: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #830208

    Well, the image I have uploaded to the logo section is not full width. Here is the header at full width…
    ( http://100yearsfrommississippi.com/ )
    but on my development site, it is scaled smaller….

    • This reply was modified 7 years, 3 months ago by gwinenvato.
    #830214

    and even on mobile it is scaled down, with the navigation overlapping the image….

    #831584

    Hi gwinenvato,

    Those are two different themes and very different header layouts. Image uploaded as a logo does not go fullwidth with Enfold.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .container {
        max-width: 1440px;
        padding: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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