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

    Hi,

    i have a problem with the logo size.
    My Logo is width: 759px and height: 207px

    If i put it in it is always scaled to a smaller size. First Question: Why is that?

    Then i found this code and put it in quick css

    .logo {
    width: 759px;
    height: 207px;
    }

    But still the logo is scaled to 722px × 197px

    How can i have it exactly the size i want?

    Thanks Simon

    #262917

    i’m not official support but it should be the size of the header container.

    you can change it in the enfold settings > header layout.
    For the header size choose “custom pixel value” and choose 207px

    #262920

    I didt that but still the same problem.

    #262921

    could you send me a link to your site?

    edit:
    go to the enfold settings and edit the logo by clicking the upload button and then choose gallery.
    change the size to “full size”.

    change the header height from 207px to 217px. (there is a 5px padding above and below the logo. so the header needs to be 10px heigher)

    #262970

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img { padding: 0; }

    And post the link to your website if that does not work so we can take a look

    Best regards,
    Yigit

    #263176

    Thanks Flikk and Yigit. Problem solved.

    ( btw I did not choose gallery)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo size question’ is closed to new replies.