Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1101535
    Deb Teitsworth
    Guest

    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

    #1101920

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.