I inherited an Enfold site from the previous web manager for a non-profit. I’m having trouble getting the logo to link to the home page.. it’s clickable at the top and bottom of the image, but not everywhere. I don’t know the purchase information for the theme and don’t know how else to ask for help.
Thanks much!
Deb Teitsworth
Hi,
Thanks for contacting us!
That is because you have following custom CSS code in Appearance > Editor > Style.css file
#header_meta .container {
width: 1100px;
position: absolute;
top: 40px;
}
Please change it to following
#header_meta .container {
width: 750px;
position: absolute;
top: 40px;
right: 10px;
}
We only provide support to our registered users. If you have any other questions or issues in future, please firstly contact previous developer to receive purchase information :)
Best regards,
Yigit