LucieGbt1993 Posted Thursday at 09:48 AM Posted Thursday at 09:48 AM Site URL: https://www.clublulu.paris/le-bar-resto Hi, I'd like to reduce the spacing between the elements of a menu. How could I please to do so ? https://www.clublulu.paris/le-bar-resto / mdp : clublulu2024 Thanks very much, Lucie
abibacon Posted Thursday at 11:25 AM Posted Thursday at 11:25 AM Hey @LucieGbt1993, are you referring to the vertical or horizontal spacing? Learn CSS - abibacon.com/css-course Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) If you'd like to make a contribution for my time you can Buy Me A Coffee.
Squareko Posted Thursday at 12:16 PM Posted Thursday at 12:16 PM Just add this code into pages > web tools > custom css: .menu-block .menu-selector label{ padding: 5px !important; } Here, you can customize the padding size as you needed to make perfect your site.
LucieGbt1993 Posted Thursday at 01:44 PM Author Posted Thursday at 01:44 PM (edited) Hi @abibacon, Thanks very much for your quick reply. I'm sorry if I wasn't clear, I was more talking about the vertical spacing btw each of those elements - inside one of the menu's thumbnail : please see screenshot attached. Would it be possible ? Thanks very much, Lucie Edited Thursday at 04:25 PM by LucieGbt1993
tuanphan Posted Sunday at 03:28 AM Posted Sunday at 03:28 AM On 11/28/2024 at 8:44 PM, LucieGbt1993 said: Hi @abibacon, Thanks very much for your quick reply. I'm sorry if I wasn't clear, I was more talking about the vertical spacing btw each of those elements - inside one of the menu's thumbnail : please see screenshot attached. Would it be possible ? Thanks very much, Lucie You can use this to Website Tools > Custom CSS div.menu-item { padding-bottom: 1px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LucieGbt1993 Posted yesterday at 09:07 AM Author Posted yesterday at 09:07 AM Thanks very much for your answer @tuanphan, that worked perfectly. Could you please help me reduce this padding as well please? Thanks very much, Lucie
Solution Spark-Plugin Posted yesterday at 09:25 AM Solution Posted yesterday at 09:25 AM Hi @LucieGbt1993, for that padding, please add this code, obviously you can adjust it: /* Menu Section Styling */ .menu-block .menu-section + .menu-section { /* This targets the second .menu-section element when it directly follows another .menu-section */ margin-top: 0em; /* Removes any extra spacing (sets margin-top to 0) between consecutive menu sections */ } - Answered by Iuno from sparkplugin.com
LucieGbt1993 Posted yesterday at 10:55 AM Author Posted yesterday at 10:55 AM Perfect thank you very much for your help ! Spark-Plugin 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment