WPIntell

Source evidence

Month title displaying wrong

WP Simple Booking Calendar · support · 2024-08-29T09:59:00+00:00

mixedsentiment
mediumseverity
0.84relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 36 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
MissM030 resolved
Hello, 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 .

Comments

2 shown
Roland Murg 2024-08-29T12:32:00+00:00

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; }

MissM030 2024-08-29T13:02:00+00:00

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 .