Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #662813

    Hi super Enfold team,

    I’ve made a header widget on: http://wylick.pl/
    When you hover the text in the header-widget, the navigation responds.
    How can I fix that?

    Best Regards, Annelies

    #663127

    Hi Annelies,

    Not sure what you want to do there, the menu items goes a bit above the text. Maybe the easiest way would be to move your widget text up a bit?

    Regards,
    Rikard

    #663244

    Hi Rikard,

    Please see the screendump I’ve attached.

    So when you hover the textwidget, the navigation below responds. Is there a way to disable this? I tried using z-index, but then the navigation doesn’t work, and that is not handy ;-)
    Best Regards, Annelies

    #663256

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

      #header .widget, #header .textwidget {
    	max-height:60px;
    	z-index:99999;
    }
    

    Best regards,
    Vinay

    #663259

    Super Vinay,

    I’ve added !important to make it work.
    Thank you for your speedy reply!

    Best Regards, Annelies

    #663499

    Hi Annelies,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘header widget has link of navigation’ is closed to new replies.