Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #496751

    How do I raise the logo up just slightly 1-2 px so that the corners of the orange “tent top” align with the top of the slider?

    #496847

    Hi koala!

    You can use the below css in order to reposition the logo:

    .logo img {
        top: -2px !important;
    }

    Regards,
    Dake

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