Home Forums WoodMart support forum White line between top bar and header

White line between top bar and header

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

    jalinmedia
    Participant

    Hi,

    If we scroll up and down we have a white line between the top bar and the header.
    Could you look at it?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #30177

    Artem Temos
    Keymaster

    Hello,

    It seems to be bowser render issue but you should be able to fix this with the following CSS code

    .topbar-wrapp {
        transform: translate3d(0,0,0);
    		-webkit-transform: translate3d(0,0,0);
    }

    Regards

    #30527

    jalinmedia
    Participant

    Solved thanks!

    #30535

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘White line between top bar and header’ is closed to new replies.