Conversation
supportHello, Before I buy al license, I have a problem with the name of the month display, is this easy to fix? The page I need help with: [ log in to see the link]
Hi there, This is a small styling conflict with your theme, it applies a padding to all the <select> elements in your site, overwriting our default styling. You can easily fix this by going to WP Admin -> Appearance -> Customize -> Additional CSS and add in this code: .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select { padding: 0 10px !important; }
Thanks for the perfect solution! That just did it. I’m going to present this example to my customer en we will go PRO! This reply was modified 1 year, 9 months ago by MissM030 .
Hi there, This is a small styling conflict with your theme, it applies a padding to all the <select> elements in your site, overwriting our default styling. You can easily fix this by going to WP Admin -> Appearance -> Customize -> Additional CSS and add in this code: .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select { padding: 0 10px !important; }
Thanks for the perfect solution! That just did it. I’m going to present this example to my customer en we will go PRO! This reply was modified 1 year, 9 months ago by MissM030 .