For some reason my social icon widgets (in the header, footer, and blog sidebar) are now running vertically instead of horizontally across the page. Can you address what might be causing this?
Hi,
You have unneccessary <br> and <p> elements in the social part. You should check your widgets also you can use this custom css code to remove them.
.textwidget .social br, .textwidget p { display: none; }
Thanks
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in and have valid license to reply to this topic.