In ProgressBroken Header Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37156
    hugonogueira8
    Participant

    Well like you see in the printscreen the logo in the header menu, break when scrolled i dont know why!?

    Another strange thing that happened suddenly…

    #37162
    swellboyvn
    Participant

    Paste this code in admin sidebar => Appearance => Customize => Additional CSS:

    #header #logo:after {
    border-width: 20px 51px;
    }
    #header.lafka-sticksy #logo:before, #header.lafka-sticksy #logo:after {
    bottom: -28px;
    border-width: 15px 51px;
    }

    #37163
    swellboyvn
    Participant

    Forget responsive code (entire code to add):

    #header #logo:after {
        border-width: 20px 51px;
    }
    #header.lafka-sticksy #logo:before, #header.lafka-sticksy #logo:after {
        bottom: -28px;
        border-width: 15px 51px;
    }
     /* Change both when width is less than 769px */
    @media (max-width: 768px) {
        #header #logo:before, #header #logo:after {
            border-width: 20px 40px;
        }
        #header.lafka-sticksy #logo:before, #header.lafka-sticksy #logo:after {
            bottom: -28px;
            border-width: 15px 40px;
        }
    }
    #37178
    Alex
    Keymaster

    Hello hugonogueira8,

    Sorry for the late reply.

    This may happen rarely on specific logo sizes. Try changing the size of the logo.

    Does swellboyvn’s suggestion fix the issue?

    Regards,
    Alex

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register