DreamrW Posted June 12, 2023 Posted June 12, 2023 How can I ensure the padding below the menu block adapts according to the content of each tab? Check out the Upper Body and Mens Waxing tab and the space between the button - can I make this padding adaptive? https://hexahedron-iguana-cd6z.squarespace.com/waxing Thanks in advance!
tuanphan Posted June 13, 2023 Posted June 13, 2023 Try adding to Code Injection > Header <style> .fe-63f52b513564e13d5ca26653 { grid-template-rows: repeat(4,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto)) !important; } </style> 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!)
DreamrW Posted June 13, 2023 Author Posted June 13, 2023 3 hours ago, tuanphan said: Try adding to Code Injection > Header <style> .fe-63f52b513564e13d5ca26653 { grid-template-rows: repeat(4,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto)) !important; } </style> That worked Tuan although it's squashed the button 🤭 Any fixes?
tuanphan Posted June 15, 2023 Posted June 15, 2023 On 6/13/2023 at 7:46 PM, DreamrW said: That worked Tuan although it's squashed the button 🤭 Any fixes? You try increase number 4 in the code & check again DreamrW 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment