Social Network Icons Align

Posted in: Newspaper
Post count: 5

Hello,

Can I know how to make the social network icon position to be in the middle?
Also how to change social network icon?

Screenshot

Thank you.

Post count: 20688

Hi,

The title for the socials is to the left by default
https://www.screencast.com/t/7BSMFkqGv
You could try this code to align in center in it’s container

.footer-social-wrap .block-title {
text-align:center;
}

The icons are predefined, each social has a specific icon that will represent it. These cannot be changed by a setting.

Thanks

Post count: 5

Hello,

My title already centered. But the social icon is still to the left. I want to make it center like the title.

Thank you.

Post count: 20688

Hi,

Then align the whole section center, not just the title
https://www.screencast.com/t/RApUzO1BZY

.footer-social-wrap {
text-align:center;
}

Thanks

Post count: 5

Thank you.

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