Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #455350

    I have tried the custom CSS to no avail and cannot adjust the logo size in a sidebar- it always stretches to a huge logo.
    “Logo Dimension: 340px * 156px (if your logo is larger you might need to change the Header size in your Header Settings”
    I go to header settings but there are no options to affect the logo size. (I set site to header no sidebar first)
    ideas?
    Thanks- C

    #455712

    Hey cnovey!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #456313

    cliffordnovey dot com
    I now have it set to header and icon has no space at top
    if I set it to left column it makes icon huge

    • This reply was modified 9 years, 5 months ago by cnovey.
    #456468

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Best regards,
    Rikard

    #456586
    This reply has been marked as private.
    #456980

    Hey!

    Thanks for the info. Please set it to left sidebar again and add this to Quick CSS under Enfold–>General Styling:

    .html_header_sidebar .logo img {
      width: 30% !important;
    }

    Best regards,
    Rikard

    #457520

    That worked! Thanks! Is this code able to adjust the logo size or just set it to default res of logo image?
    Appreciate your help.
    (ps- is there a simple way to create a space when logo is at top? pressed right along top edge of browser window. will start a new topic if I cannot sort it)
    C

    #457637

    Hey!

    You can adjust the size of the logo by changing the value 30 in my previous code snippet. Please use the following to remove the top padding from the logo:

    .html_header_sidebar .logo {
    padding-top:0px !important;
    }

    Regards,
    Rikard

    #590658

    Hello-
    I would like to create some space and not have logo flush against the top edge. Can you please assist? Thanks-
    http://www.cliffordnovey.com/
    Clifford

    #590787

    Hey!

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

    .header-scrolled .logo {
        top: 0;
    }
    .logo {
        top: 15px;
    }

    Transition would not be as smooth. To avoid that, please edit your logo image and add whitespace to top and bottom

    Best regards,
    Yigit

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