Mort-lemur Posted January 20, 2016 Posted January 20, 2016 Hi, I use several payment methods on my site - and would like to space them out with an empty line between each method, just to make things more pleasing to the eye. What would be the correct way to achieve this? You can see what I mean in the screenshot below. Many Thanks Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.
burt Posted January 20, 2016 Posted January 20, 2016 in your .css file. You are still on the old osCommerce so; tr.moduleRow td, tr.moduleRowSelected td { padding-bottom: 20px; } Not tested; might work, might not.
Mort-lemur Posted January 20, 2016 Author Posted January 20, 2016 @@burt Thanks for that Gary, added a nice space between the options, unfortunately as you moved your mouse over them the space vanished - causing a bit of an un-nerving effect. Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.
multimixer Posted January 20, 2016 Posted January 20, 2016 Try tr.moduleRow td, tr.moduleRowOver td, tr.moduleRowSelected td { padding-bottom: 20px; } My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Thomas789 Posted January 20, 2016 Posted January 20, 2016 use instead tr.moduleRow td, tr.moduleRowSelected td, tr.moduleRowOver td { padding-bottom: 20px; }
Mort-lemur Posted January 20, 2016 Author Posted January 20, 2016 @@multimixer Thanks George - worked well as per screenshot below: Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.