How to keep the dimension of the uploaded logo in the AMP footer

Posted in: Newspaper
Post count: 31

Hello,

I have 2 quick questions and solutions in the mobile AMP version template.

1.) How to hide this category list as shown here https://prnt.sc/wn6xcm ?
2.) Why the uploaded logo bloated away, I am upload a dimension of 189×44 but it now becomes 600×400. Can we customize the CSS of this image logo to make it the same size as the uploaded logo dimension? If so what is the exact CSS styling…

Logo size uploaded (189×44): https://prnt.sc/wn6xz0
Bloated size to 600×400: https://prnt.sc/wn6yxo

Thanks

Post count: 21065

Hello!

1) Disable the “SHOW CATEGORIES TAGS” by accessing Newspaper -> Theme panel -> Post settings -> Post and custom post types.
2) Please try to add this CSS code in Newspaper -> Theme panel -> Mobile theme -> Custom CSS:

.td-footer-logo amp-img {
width: 189px !important;
height: auto !important;
}

Hope that helps you!

Thank you!

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