Mobile logo + Footer logo

Posted in: Newspaper
Post count: 3

My website is: http://www.inspiremyink.com

1.
On the mobile site, in “portrait/Vertical” mode (only) my logo is being cut off
how can I fix that?

2.
Also, My footer logo is blurry…
I have uploaded a logo in the footer for both size
500 x 234px
1000 x 468px
I don’t know how to fix it.

At the moment I have in custom code > custom CSS
.td-logo { width: 500px; }
.footer-logo-wrap img { width: 500px; }

Post count: 23312

Hello williamgalipeau,

1)I have checked your website and saw the problem with your logo on the mobile version. To fix it, please try the code below and add it in Theme panel->Custom CSS area.

.td-logo {
width: inherit!important;
}

The result you should see here -> http://screencast.com/t/6MxChnLKLwg

2)I have checked your website and saw these dimensions for your footer logo -> http://screencast.com/t/VXIbUIzB and also I saw that you use some CSS code to increase the width of this image…I do not recommend this
because using this method you have zoomed in the natural image and the quality of this disappear and this is the reason for blurry image for footer section. Please try upload a bigger dimension for your logo from your Theme panel and check again how it works for you. -> http://screencast.com/t/WkLaVBEiAY6

For more information about logo&favicon, please consult our documentation here -> https://forum.tagdiv.com/logo-favicon/

Hope tyhis helps and let us know how it goes!

Thank you for the message!

Post count: 3

Worked great! Thanks for the quick and accurate answer!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.