Tagged: ,

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

    Hey eternalkid,

    The only CSS affecting your logo is this, it puts space above and below the logo:

    strong.logo img{
    padding: 25px 0px;
    }

    You can try this instead:

    .logo img {
      max-width: 80%;
      padding-top:15px;
    }

    Best regards,
    Rikard

    #801579

    Thank you!

    #801855

    Hi,

    Glad that Rikard helped you :) Thanks for using Enfold.

    Best regards,
    Nikko

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