• Resolved srtajpg

    (@srtajpg)


    Dear team, thank you for your beautiful theme.

    I wonder if there is a way to reduce the customize > identity logo size, the one that shows in the header, as it pushes a little too far down the main menu in certain devices.

    I have tried changing the image size itself, however, it gets automatically adjusted.

    Many thanks again.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @srtajpg,

    Thanks for the kind words!

    You can add a little CSS in Appearance > Customize > Additional CSS to limit the size of this logo, here’s an example (feel free to adjust the 150px up or down):

    .logo img.custom-logo {
        max-height: 150px;
        width: auto;
    }

    Hope this helps, let us know if you need anything else!

    Thread Starter srtajpg

    (@srtajpg)

    Thanks a lot, it made a great difference.

    Happy to hear that- thanks for letting us know! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the logo size’ is closed to new replies.