• Resolved sethw1998

    (@sethw1998)


    Hello,

    Is there any way I can make my site logo larger in the header area on the desktop version of my site? To where it can extend past my menu items. Thank you.

    Best,
    Seth

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

Viewing 1 replies (of 1 total)
  • Theme Author Template Sell

    (@templatesell)

    Hello @sethw1998,
    At first, thank you so much for using our theme Polite.

    Please add the below CSS codes on Appearance > Customize > Additional CSS,

    .header-1 .head_one .logo {
        max-width: initial;
    }
    
    @media (min-width: 992px){
    .main-header .logo img {
        max-height: 180px;
    }
    }

    If you need larger or smaller, then you can simply change this number max-height: 180px;.
    Please let us know if you have any queries.

    Thank you
    Template Sell

Viewing 1 replies (of 1 total)
  • The topic ‘Making Site Logo Larger on Desktop’ is closed to new replies.