Tagged: header
How can we Remove this text from the footer?
“Enfold Theme by Kriesi”
Thanks
Hey webiwebi,
Please see the following in our documentation:
Best regards,
Jordan Shannon
Perfect,
Thanks for all the support.
And one more question.
As you can see, our main top menu is not aligned with the logo, but, when you scroll down, the menu stays at the same line of the logo.
What are we doing wrong? The logo dimensions are wrong or it is the menu function?
Thanks!
Renato
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.logo img {
top: 50%;
transform: translateY(-50%);
}
Best regards,
Vinay