Different sizes of the logo on the same web site How to solve it?

Posted in: Newspaper
Post count: 460

Hello team,

I am using a single SVG file, in the “mobile logo” options and from the “mobile theme” tab in the same control panel. This is because the home page appears from the responsive option of the theme and the posts, from the mobile version (tagdiv mobile plugin).

The SVG file resizes itself, it is the theme that indicates the size.

If I access my website from a mobile phone ( https://bit.ly/3HbJYeR ), the home logo has a different size, the logo of the posts has a different size, and finally, the logo of the AMP pages has a different size too.

The correct size, is the one that appears in the home page. What should I do so that the SVG logo is shown in the same size in all the options/formats? (mobile and amp too).

Post count: 35449

Hi,
Please try this custom css
.td-main-menu-logo img {
max-height: 60px;
max-width: 180px;
}
set the code in the theme panel > mobile theme > custom code > css.
I hope this will help with the logo size.

Post count: 460

Yes, Yes, it looks perfect now. Thanks

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