When in mobile mode the page logo text does not resize. It looks fine on desktop but on mobile it overlaps the rest of the page. Is it possible to have an alternate size on phones, etc. for that text? See photo below.
HI
The template also supports small logo for mobile layout, did you try it?
We were not using a logo image. We were only using text in the Site Name and Slogan areas. Is there any way to make it resize without creating an actual logo?
Never mind, I am in the process of making a small image logo but now the image is sized way too small even though it seems as though there is plenty of room for it to spread out. What is the idea HxW size for the small logo?
Hi
You can try this custom CSS:
@media (max-width: 480px){ .logo-image { max-width: 270px !important; } }