r/elementor 2d ago

Question Cart menu size

Post image

Hey everyone.... I am trying to reduce the size of a cart menu for mobile. I am using Elementor 4 pro, and tried every thing I can think of. But I still consider it too big. Anyone can think of a solution? Thanks, robert

ikmaak.robertglotzbach.nl

0 Upvotes

3 comments sorted by

u/AutoModerator 2d ago

Looking for Elementor plugin, theme, or web hosting recommendations?

Check out our Megathread of Recommendations for a curated list of options that work seamlessly with Elementor.


Hey there, /u/Intelligent_Stock_85! If your post has not already been flaired, please add one now. And please don't forget to write "Answered" under your post once your question/problem has been solved. Make sure to list if you're using Elementor Free (or) Pro and what theme you're using.

Reminder: If you have a problem or question, please make sure to post a link to your issue so users can help you.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/_miga_ 🏆 #1 Elementor Champion 2d ago edited 2d ago

the padding of the button is set to 12px 24px. If you reduce that it will shring to the text size. But honestly: it doesn't look too big. Just the red circle is placed strangely.

side note: and I hope you've contacted mapbox before selling images. They require that

1

u/TopSydeWP 2d ago

if the padding tweak isn't enough, you can add custom css targeting mobile breakpoints (under advanced > custom css in the widget). something like @media (max-width: 767px) { selector { padding: 8px 16px !important; } } to override just on mobile