Re: Design Problem
That is rather simple but it will require manual editing the .css for the web site design. What you need to do is edit the following file:
http://www.oemxtrade.com/includes/te...stylesheet.css
Change the following part:
label.inputLabel {
float:left;
width:9em;
}
The width here should be increased. A width of 13 will suit you best as it seems. So those lines become:
label.inputLabel {
float:left;
width:13em;
}
This will move all text boxes and drop down menus to the right.
We know Zen Cart, because our customers love it!
SiteGround Team Member