• Resolved mariskahoffland

    (@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 mariskahoffland

    (@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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.