Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Can you give me a link to the widget on your website so I can see the problem live?

    The widget you linked to is actually just the default OpenTable widget you can get from your account, but they obviously styled it very differently.

    Our widget integrates cleanly with your theme and has built-in caching so it loads much more quickly. But if your theme has some styles that conflict then we’ll need to adjust a bit. I can help with that if I see it live.

    Thanks!

    Thread Starter swell5412

    (@swell5412)

    https://www.hutchsrestaurant.com/reservations/
    the above site is the one im referencing..I cannot seem to get it centered or looking the way i want. I sure could use your help.

    Thread Starter swell5412

    (@swell5412)

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there, apologies for the delay, the Support Forums aren’t sending email notifications properly currently.

    Looks like you’re using the Divi Builder. It’s currently in a widget area that’s only 50% of the content width, so you’ll need to update that in Divi if you want it to be full-width. But you can override the widget CSS with this snippet:

    
    .otw-minimal-light-style.open-table-widget {
        max-width: 100% !important;
        margin: 0 auto;
    }
    

    Let me know how that goes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘different versions of the widget’ is closed to new replies.