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

    I have placed my last navigation (title “Privleges at Prive”) to the flush right and using a combination of text and image. It looks great but when scrolling the page, it is NOT clickable from the sticky header.

    screenshot – https://ibb.co/jk66YnH

    live site – http://balrajt8.sg-host.com/

    earlier support thread – https://kriesi.at/support/topic/links-in-custom-header-not-clicking/

    #1339518

    Hey navindesigns,

    Thank you for the inquiry.

    You have to remove the padding of the header widget because it becomes much more taller than is necessary and covers the menu item below it. Please adjust this css.

    #top #header #header_main .widget {
        position: absolute;
        right: 100px;
        top: 10px;
        z-index: 999;
        padding: 0;
    }
    

    Best regards,
    Ismael

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