I read previously that this theme allows for a 600 px header image. Unfortunately in all mobile versions of the slice theme using various logo sizes from 600 px - 200 px, still creates large spaces and a very small logo. Please advise. Citleg.org
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .header-container .header .logo img { max-width: 100%; width: auto; height:auto; } This will solve your issue.