Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Select Option Height Problem › Reply To: Select Option Height Problem
May 16, 2018 at 8:38 pm
#8820
Flash
Participant
Add this to your themes child style sheet, or somewhere else that won’t get over written when you do updates:
.ppom-wrapper .form-control {
padding: 0.30rem 0.75rem !important;
}
I found by reducing the top padding, your text comes into view without having to enlarge the select box; keeps the general form style intact.
- This reply was modified 6 years, 5 months ago by Flash.