CSS to make logo smaller

Posted in: Newspaper
Post count: 10

Hi, any CSS code to make my logo smaller? Thanks

Post count: 10
Post count: 18283

Hello !

You can resize your logo using a image editor wich will be more indicated but as for a CSS please try this code:

.td-gadgets .td-header-style-5 .td-main-menu-logo img {
width: 150px;
height: auto;
}

As you can see the code worked on our end: https://www.screencast.com/t/vjyEjlAe7r

This code needs to be pasted in here: https://www.screencast.com/t/J1Nxw5s5

I hope this was helpfull !

Thank you !

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