OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Tool Store - Modify "Select Payment" aspect (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Tool Store - Modify "Select Payment" aspect

essecitech (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Tool Store - Modify "Select Payment" aspect 10 Years, 1 Month ago
Karma: 0  
Hi,
does anyone knows where I can customize Select Payment aspect, before checkout?
In other words, I would like to put selected payment and radio button on same row.
Please, see attached image
Logged Logged
The administrator has disabled public write access.
Ulanovatem (User)
Gold Boarder
Posts: 295
graphgraph
User Offline Click here to see the profile of this user
OrdaSoft
Re:Tool Store - Modify "Select Payment" aspect 10 Years, 1 Month ago
Karma: 7  
Hello,

Try this:

Go to: templates/template_os_toolstore_may_2013/css/style.css

and add

#paymentForm input[type="radio"]
{
float: left;
margin: 0 5px;
}

#paymentForm fieldset {
margin: 15px 0;
}

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»