Top Bar Social Media Icons

Posted in: Newspaper
Post count: 114

Hello! I would like to increase the size of the social media icons in the top bar. How can I do this? Thanks!

Post count: 22421

Hello,

You can use a css code to change the icon size.
Please add this code in the theme panel-> custom css box:

.td-header-sp-top-widget .td-social-icon-wrap .td-icon-font{
font-size: 22px;
}

Thank you!

Post count: 6

Hello
How can I centre the social media icons in the top bar?
“text-align:center!important;” doesn’t work
Thanks

Post count: 23312

Hello jeanlucb,

Provide your website URL so I can take a closer look at it.

Thanks.

Post count: 6
Post count: 6

Any thoughts?

Post count: 23312

Hello jeanlucb,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-header-sp-top-widget{
text-align:center;
}
.td-header-row [class*="td-header-sp"] {
float: none!important;
}

The result is here -> https://www.screencast.com/t/4tbtjp6nyA

Hope this helps!

Thanks for your understanding!

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