Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #881827

    I have an issue with the logo I want to use in the header of my website. When I upload it the normal way it places the logo in my header too small to actually make it a useful logo. I was wondering if there is an easy way that I can overlay my logo so a portion of it sits on the header and the rest overlays a small portion of the main slider. That way I can expand the logo to a useable viewable size.

    #881919

    Hey gatorfan02332,

    Yes, but you need to use transparent background for the logo, then add this css code in Quick CSS (located in Enfold > General Styling):

    #header .logo {
        height: 110px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #882071

    Thank you very much for your help. It worked exactly like I wanted. How do I adjust the size after I place that code? I tried just changing the uploaded size but it looks like the code might have a predetermined size?

    #882081

    Also I just noticed that on mobile it goes back to showing the logo in the header only. Is there a fix for that was well?

    #882473

    Hi,

    You can adjust the value of the height property.

    #header .logo {
        height: 80px;
    }

    And use css media queries to adjust the size on mobile view.

    Best regards,
    Ismael

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