Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / remove line and EXTEND Model box?

remove line and EXTEND Model box?

Locked

Views: 786

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
25 Feb 2009, 2:17 AM
#1
robbin21973 avatar

robbin21973

Zen Follower

Join Date:
Feb 2009
Posts:
153
Plugin Contributions:
0

remove line and EXTEND Model box?

Here is my test page:
http://www.polishpotterystore.com/shopping/index.php?main_page=product_info&cPath=21_47&products_id=27&zenid=5669b16817825223bf2f70e65afb9dfd

First, I need to know how to extend both the input field so that my item# and factory input stay on one line?

Also, how do I remove that center line from the table?

Thank you!

28 Feb 2009, 2:03 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: remove line and EXTEND Model box?

to extend your item number

#productDetailsList {product_info.css (line 38)
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

add
width:100%;

to remove centre line ..

add following to your stylesheet.css

td {
border:none;
}

please test your site after this changes and make sure they are not effecting other part of your styling .