The copyright and socket menu are not aligned. They are not on the same height, see screenshot. I’ve checked the original Enfold demo, and there also there just a little bit off.
I find those small details important. Tried some custom css, but can’t find the correct solution.
Any suggestions?
Hey Wouter,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#socket .menu {
margin-top: 8px;
}
If that does not help, please post a link of your website :)
Best regards,
Yigit
Almost! top-margin: 0px; did the trick. Thx!