Hi,
I’m not sure I see what you mean. I’ve checked your off-canvas menu and the social media icons looks horizontally centered. CSS seems to check out fine too.
Here’s what I see on my end: – /*screenshot redacted as requested by the topic starter*/
Unless you find the 8px margin-right for the last icon to be off-putting.
If that’s the case, you can try adding this CSS:
li.lsi-social-rss:last-child {
margin-right: 0 !important;
}
Or perhaps you meant vertical spacing ratio between the menu items? Please clarify if this is the case. Thank you.
A wise man once said:
"Have you cleared your cache?"