Viewing 3 reply threads
You must be logged in to reply to this topic.
I am having trouble getting the logo to be responsive on mobile device. How do I either get it to resize so we can see the while thing, or switch to a different image file which I could make smaller?
Hi,
Let me investigate, Please share your website URL, wp-admin, and FTP info (Username and password) and send me “using private reply”.
Thanks,
Hi,
Codeless Specular theme, automatically adjust the logo size on mobile screen width. The recommended size for the image is “(150-200)x(40-50)”. But if you don’t have an image of this size you can adjust the logo size by adding the below code in the
Specular > General Options > Custom CSS
@media (max-width: 480px){ #logo img { width: 200px; height: auto; } }
Thanks,
You must be logged in to reply to this topic.