Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #753226

    How can we Remove this text from the footer?

    “Enfold Theme by Kriesi”

    Thanks

    #753235

    Hey webiwebi,

    Please see the following in our documentation:

    Best regards,
    Jordan Shannon

    #753434

    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

    #753553

    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

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