Site logo

[Resolved] Space between the button in the MENU and the sub-menu

Home Forums Support [Resolved] Space between the button in the MENU and the sub-menu

Home Forums Support Space between the button in the MENU and the sub-menu

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

    Hi

    I have a little bit strange thing…

    On the front page the sub-menu works correct:
    https://snipboard.io/CWfGYo.jpg

    On the shop page “SKLEP INTERNETOWY” too

    But on a other sub-page there is same space between the button DOFINANSOWANIA and the sub-menu
    (URL in the Private information):
    https://snipboard.io/K9sT6L.jpg

    and thats why the sub-menu dont work correct…

    What can be the reason for it ?

    Kr
    Robert

    #2515947
    Leo
    Staff
    Customer Support

    Hi there,

    Go to the Additional CSS field in the customizer and remove this block of CSS:

    @media (min-width: 769px) {
        body:not(.home) .inside-article, .sidebar .widget, .separate-containers .comments-area {
            box-shadow: 0 0 20px rgba(0,0,0,0.07);
        }
    	
        body:not(.home):not(.woocommerce) .site.container {
            margin-top: -40px;
        }
    }
    
    body:not(.home):not(.woocommerce).separate-containers .site-main {
    	  margin-top: 0;
    }
    #2516228
    Robert

    Thx!

    R

    #2516230
    Leo
    Staff
    Customer Support

    No problem 🙂

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