Tagged: ,

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

    Hey Perla,

    You have some white space in the actual logo image, could you try to remove that and upload the image again please?

    Best regards,
    Rikard

    #1023047

    Hello,

    I removed the space and I added a margin and the following code:

    .logo {
    margin-top: 20px;
    	margin-bottom: 0px;
    	max-width: 280px
    }

    Apparently, it looks good as you can see, the problem is when I scroll down, please have a look at the second screenshot.

    #1023158

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header.header-scrolled .logo {
    margin-top: 0px !important;
    }

    it will remove the top margin when the page is scrolled.

    Best regards,
    Mike

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