Logo size

Posted in: Newspaper
Post count: 17

Hello.

I want my logo to be shown with the best quality. I added “SVG support” plugin to WordPress. Then I uploaded my SVG logo to Newspaper but it is too big: http://subefotos.com/ver/?15a761921fe3780e4f7c18900fb0981fo.png

How can I resize it?

Thanks!

Post count: 17

I have added some custom CSS for the header, footer and mobile logo:
.td-header-style-9 .td-header-sp-logo img { width:35%; height:auto; }
.footer-logo-wrap img { width:35%; height:auto; }

The problem is that when I refresh or change between sections, logo loads in its original size and then resizes.

How can I avoid showing the logo until the custom code is applied?

Thanks

Post count: 17

Hi.

Sorry I didn’t notice about the support hours. I still have this problem.

Thanks! 🙂

Post count: 6535

HI

That delay appears because the css from theme panel is applied after the main css from style.css file. To avoid the delay try to insert your code directly in style.css file: http://screencast.com/t/6XDiklEYlSK clear all caches then test the site again.

Hope this helps!
Thanks!

Post count: 17

It works! Thanks so much.

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