To make the Select Package stand out — people were jumping over this portion and wondering why the PREMIUM fields were not available — I put a box around it, just for now.
When I do this, I use the following css — however, as you see in the attached image — there is a large area above the Select Package. Do you know what CSS I’d use to eliminate this gap?
Thanks in advance for any assistance.
/*ADD & EDIT LISTING – Color the ADD Package box, so select it FIRST*/
div.geodir_price_package_row{
background:#D9FFD9!important;
padding-bottom:20px!important;
padding-left:15px!important;
padding-right:10px!important;
border: solid 2px #173587!important;
border-radius:8px!important;
}
/*ADD LISTING – Price Packages*/
div.geodir_price_package_row div{
color:black!important;
font-size:1.3em!important;
padding-bottom:10px!important;
padding-top:10px!important;
}