Round logo on mobile theme (footer)

Posted in: Newspaper
Post count: 25

Hello,

I’m using the mobile theme. I want to make the logo on the footer round (like on my desktop version: http://prntscr.com/jqc65v)
Now it’s like this: http://prntscr.com/jqc5sd

I’m trying to find the CSS class for the logo, but I don’t find any want to look on the desktop the mobile theme version (in the chrome inspect and all the responsive generators websites, shows the responsive theme without the mobile theme active).

Can you help me to find how to make the round logo?

THanks

Post count: 20688

Hi,

The logo will be displayed as you upload it. If the logo would be round originally, it would be displayed round. Or you could try and make it round with some CSS. Like this
https://www.screencast.com/t/Kg46HEuYolI

Codes for the mobile theme have to be entered in Theme panel->Mobile theme>Custom CSS code
.td-footer-logo img {
border-radius: 50% !important;
}

Thanks

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