• Resolved floatplanes

    (@floatplanes)


    Been looking around for the setting to change the visual size of the logo on the page. Am I missing the setting somewhere or is it not available yet?

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

Viewing 1 replies (of 1 total)
  • Theme Author exstheme

    (@exstheme)

    Hello, dear @floatplanes

    In the ExS theme site logo can contain image, primary and secondary text.
    You can change site logo text sizes in the Customizer – Site Identity section:

    https://prnt.sc/205jt0g

    In your case site logo has only logo image. There are no options to change it’s dimensions.

    You can try to change your top logo and logo in the sticked header state with this small CSS snippet that you can add into your Customizer – Additional CSS section:

    .toplogo .logo img {
        max-height: 140px;
    }
    
    .header .logo img {
        max-height: 80px;
    }

    Please change these values to match your needs:

    https://prnt.sc/205ljmf

    Please let us know if helps.

    Best regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Site Logo Size’ is closed to new replies.