Why are the times cut off on my Website Integration on Wordpress?

Here's how you can adjust your Website Integration card if the times are being cut off.

Jake Scotto avatar
Written by Jake Scotto
Updated over a week ago

On wordpress it will go in Appearance -> Customize -> Additional CSS

A variety of themes may mess with our layout, but this solution will be mostly the same the whole time.

The code needed is:

gspro-item-detail .gspro-o-form select { padding: 5px !important;}

gspro-wishlist .gspro-o-form select { padding: 5px !important; }

Did this answer your question?