• I am using an appointment widget from MindBody. With this widget, the user selects a day or or any day of the week they are interested in and then “searches” for open appointment times. When the widget returns the times, each time has a border around it and in this case the borders are too large which results in the borders overlapping the times and making it almost unreadable.

    How can I change the size of the borders or possibly even eliminate them as I think they little value especially on a small screen like a cell phone.
    Here is the link: https://1ab.52b.myftpupload.com/book-an-appointment/

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @chuckbalogh,

    I think that you should contact that plugin support regarding this issue.

    Kind Regards, Roman.

    Thread Starter Chuck Balogh

    (@chuckbalogh)

    Hello Roman,

    I did contact the vendor and they still pointed back to WordPress. They claim that this is controlled via the CSS. Can you please take another look?

    Hello @chuckbalogh,

    I still don’t think that it’s a theme issue, but you can try to use the following CSS code in order to make those buttons look a little bit better.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    span.appointment.button {
        border: none;
        display: inline-block;
    }

    Kind Regards, Roman.

    Thread Starter Chuck Balogh

    (@chuckbalogh)

    Roman, THANK YOU. It worked. At this point in time, I put the code in the Additional CSS area. However, I am curious as to what and why I might want to use a Child theme.

    Also, If I wanted the borders just smaller, is there CSS to do that?

    Hello @chuckbalogh,

    1. You can learn about the benefits of using a child theme at the beginning of this WordPress Codex page:
    https://codex.www.ads-software.com/Child_Themes

    2. Can you please provide some explanatory screenshots of what exactly you want to achieve?

    You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget Outline boxes are too large’ is closed to new replies.