Hi Guys, Is there any way to stop the them from resizing the logo ? My logo is 350x76, but it keeps getting resized to a smaller size.. thanks in advance
Hello, Currently logo width is 240px that's why theme is resizing your logo image. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .logo img { width: 320px;} It will allow you to add logo image of maximum width 320px.