awesomemotive / EDD-Digital-Store

Digital Store WordPress Theme for Easy Digital Downloads
http://easydigitaldownloads.com/digital-store/
GNU General Public License v2.0
26 stars 12 forks source link

Add to cart dropdown button displaced #11

Closed tb-dl closed 11 years ago

tb-dl commented 11 years ago

seen here: https://easydigitaldownloads.com/digital-store/downloads/wordpress-notification-plugin/

just noticed that there is a < p > around input class="edd-add-to-cart text blue edd-submit" Didnt found the right file the get the p away.. in firebug its fixed if < p > is removed

pippinsplugins commented 11 years ago

Thanks. I'm aware of the issue and am planning to fix it later this week.

tb-dl commented 11 years ago

Hey Pippin

Can you tell me the file in wich i can fix that p ? I got a deadline so iam a bit short in time... :(

pippinsplugins commented 11 years ago

The easiest thing to do will be to fix it via just CSS.

tb-dl commented 11 years ago

Thanks for your reply :)

I tryed, like: inline-Block on p, but that didnt work like deleting p.

tb-dl commented 11 years ago

Seems to be fixed in the new EDD Version. Thanks! Here are some CSS improvments for the Template.. flexible to long and short buttons ( for example: price inside button)

Made in Templates own Style.css

.button-group .dropdown-toggle { border-bottom-left-radius: 0; border-left-color: #4EB1E5; border-top-left-radius: 0; bottom: 0; display: inline-block; height: 1.26em; margin-left: -3px; padding: 0 0.786em 0.95em; position: absolute; } .edd_purchase_submit_wrapper { display: inline; } .edd_download_purchase_form { display: inline; }

Thanks for your Work!

pippinsplugins commented 11 years ago

Great, thanks!