• Visually on when I’m editing the page the size of the company logos is much bigger. When I publish the site they go really small. What’s going wrong?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are two possibilities,

    1. The CSS on website front making it small. Check through the browser inspector tool will clarify it.
    2. The custom plugin optimize image size over image upload. Check all the custom plugin installed at WP-Back-end

    Hello @mattcaulfield

    Can you try adding this in WordPress Admin > Appearance> Customize > Additional CSS?

    .site-title .logo {
      max-width: 100% !important;
      max-height: 200px !important;
    }

    Adjust the px accordingly to your liking.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why are all my logos small?’ is closed to new replies.