• Hey guys I cant get the logo on my page any bigger. I was wondering if there was any plugin that would change it? I tried many different codes in additional css but none of them seemed to work.. Please help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your theme contains the following css, which limits the height of your logo to 32px.

    header.main .hbox .logo img {
        width: auto;
        height: 32px;
    }

    I would first recommend cropping your logo file as close as possible to the visual content. The extra blank space in the image file above and below the visual content is partly why it is currently displaying so small. If it’s still too small after cropping it, then some additional css tweaks may be necessary.

    Thread Starter dannnysea

    (@dannnysea)

    Okay great I will crop it, and can I change the code in a file of the theme, or the stylesheet?

    The easiest place to modify CSS will probably be in the Customizer (from WP admin: Appearance > Customize). There is a place there to add CSS to your site. Modifying your theme files is not recommended because a theme update could overwrite your changes. If you prefer to make your CSS changes in a file, you should create a child theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo not changing size’ is closed to new replies.