I was wondering if there was a way to center-align the logo of my website. It’s currently top-aligned but I would like it centered like the menu text. Thanks!
Hey schenkco!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo {
top: 0;
}
.logo {
top: 20px;
}
Cheers!
Yigit
Sweet, it worked! Thanks!