Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #691907

    Hello,

    I was wondering if someone could tell me how to increase the size which my logo is allowed, I am using the small business demo theme which i downloaded from the presets of sites. It only allows a small logo and was hoping someone can tell me how to make it allow a larger logo, right now its only allowed 340 x 200.

    thanks

    #691936

    Hey PyrexDevelopment,

    There is too much transparent space in the logo on the left and right please crop the logo in the wordpress image editor and remove as much empty space from it and that should fix half of the problem.

    Then you can either increase the header size to large or custom value in Enfold > header > Header size or use the below code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .logo img {
        min-height: 100px!important;
    }
    

    Best regards,
    Vinay

    #692549

    Hi,

    When I change it this way, the logo is bigger indeed, but does not scale down when scrolling down.
    Also it sticks to the top of the header, but it should be put in the middle.

    And on small screens the logo stays as high and is pinched together. It should rescale a bit.

    What do I have to change?

    Thanks in advance,
    Sara

    #693690

    Hi Sara!

    Please edit your logo image and remove whitespace from top and bottom and upload it once again then add following code to Quick CSS

    .logo img { top: 10px; }

    Best regards,
    Yigit

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