• Resolved MissM030

    (@mariskahoffland)


    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roland Murg

    (@murgroland)

    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;
    }
    Thread Starter MissM030

    (@mariskahoffland)

    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, 8 months ago by MissM030.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Month title displaying wrong’ is closed to new replies.