Archived topic
How to align Top Header text with 'Lightweight Social Icons'
7 replies · Started by Evan on November 30, 2017
Hello, I'm using the Lightweight Social Icons plugin at the right of the top header along with some text on the left side and I was wondering if there is any way to align them perfectly across? The text is a little farther up while the icons are are a little down. Thank you :)
Hi there,
I can't see your site. Are yo able to unlock it?
How do I unlock it so you can view it?
Actually I see it now.
Try this CSS:
.top-bar-align-left .inside-top-bar>.widget:nth-child(odd) {
padding-top: 7px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That worked perfectly! I have another unrelated question, is there any way to revert the Theme Function (functions.php)? I was trying to remove widgets in the Product Category page and had accidentally put brackets where they shouldn't be. Now when I try to edit widgets they show up in a completely different place.
This is the functions.php file for GP 1.4: https://raw.githubusercontent.com/tomusborne/generatepress/1.4/functions.php
Thank you guys :)
Glad we could help!