• Resolved vicentsalvador92

    (@vicentsalvador92)


    Hello, first congratulate you for the plugin I use it on several websites and it is brutal. I want to reduce the space in both mobile and desktop version the space between the menu and the first block.

    https://ibb.co/8zB6HT2

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Yann

    (@collet)

    Hi Vicent,

    Thanks for the kind words.

    It seems you managed to change the padding on the desktop. To override the padding on mobile, you can replace the code you’ve added:

    @media only screen and (max-width: 1024px) {
    	.site-header {
    		padding-bottom: 10px;
    	}
    }

    by the following code:

    @media only screen and (max-width: 1024px) {
    	.site-header {
    		padding-bottom: 10px !important;
    	}
    }

    Would you mind leaving us a quick review on our plugin page? This allows us to continue providing great support ??

    Yann

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce space between the menu and the first block.’ is closed to new replies.