OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
shipment address fields - casual clothes template (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Shipment address fields - casual clothes template

jlsommer@jdsommer.com (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
shipment address fields - casual clothes template 10 Years, 11 Months ago
Karma: 0  
Hello Ulanovatem,

I still do have a question for the casual clothes template. During the check out process I want to use a different shipment adress (instead the invoice address). When I click on the button in the cart I will be moved to a new page where the field for entering the information appears under the white space. As I use a picture background its hard the field description is hard to read. How can I extend the white page downwards or move the fields into that white space.
Many thx in advance again.

Juergen

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:shipment address fields - casual clothes template 10 Years, 11 Months ago
Karma: 7  
Hello Juergen,

We found solution for you, we propose add white background for fields.

your site -> templates -> casualclothes template - > css -> style.css, line 321

Change:
box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);

TO:
box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);

-----------------------------------

also, at this document you need to add new CSS styles

table.user-details{
background: #FFFFFF;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
width: 100%;
}

table.user-details tbody{
margin: 30px;
display: block;
}

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