After a little tinkering with the theme I noticed that the Social Buttons in Top Menu, Search icon in Main Menu, and Left and Right Navigation Arrows used for pagination are all shifted a few pixels up. Is there a single universal setting or code that could have been touched for all of this to happen? Everything else is the same. I’d like to have them centered again in their containers. Thank you!
Hello,
The only universal setting that might have affected this would be the line height. If this was altered for some reason, then it could have affected different elements but it would be hard to identify where the change was made. If you have any custom css in your panel, look for a line height attribute and change that and see if the problem originates from there. It could also be a plugin that interferes with the theme css so you can also try to disable all plugins to see if the elements get positioned properly afterwards.
If you cannot figure it out, please provide a link to your website so we can inspect it.
Thank you!
Thank you Bogdan, I haven’t had any custom CSS added for line height, and I haven’t added any additional plugins since installing the theme, so I’d have to think it’s because of something else. Website: http://www.livingkura.com/
You can see it very clearly on the mobile version.
Hi,
I checked your website and it seems something is wrong with the line height as it does not respond to the inspector. Please disable all plugins except visual composer and clear your cache. It looks like a conflicting plugin. If the problem is still there after you disable all plugins then please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Also include a link to this topic.
Thank you!
I’ve discovered the cause to be the JavaScript SDK I inserted into the theme’s page.php in order to have the standard Facebook Page plugin working. Do you have any ideas as to how to get around it messing with other elements on the page? Thank you!
I finally was able to sort everything out by putting that code into header.php instead. Thanks once again!