Hi,
I have re-sized the dimensions of my logo.
However, it is permanently positioned at the top of the designated header space.
I wish to have this middle-aligned so that it is middle-aligned with the header navigation tab text (or header area generally).
Thanks.
Hi eviang!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo img {
top: 0;
}
.logo img {
top: 20px;
}
Best regards,
Yigit
Hi Yigit.
I have added the code, but no change?
Thanks.