Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
sketchyvalley
Thanks again for your help, one thing I am still having an issue with is putting a border around the product images. I found in the stylesheet.css on line 1311
a img {
border:1px none;
}
If I edit that and say make it
a img {
border:1px solid;
}
It puts a border around the images but also around any other image that is present, including buttons.
Any ideas how to just add a border to products only?
Thank you so much in advance
Since there are several different areas within zen cart that display product images, you will need to find the various classes id's that handle this.
as a starter just add the following to your stylesheet.css
.productListing-data img, .centerBoxContentsNew img, .sideBoxContent img {
border:1px solid #000;
}
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
Since there are several different areas within zen cart that display product images, you will need to find the various classes id's that handle this.
as a starter just add the following to your stylesheet.css
.productListing-data img, .centerBoxContentsNew img, .sideBoxContent img {
border:1px solid #000;
}
perfectttt
Thank you kind sir
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
sketchyvalley
perfectttt
Thank you kind sir
Glad to help.
Re: Cold Steel Template Support Thread
Good morning!!! Run across a little problem, nothing major.
I noticed on main_page=login where new customers adds there info, it looks a little untidy, input forms are not aligning up etc.
I would like like the telephone and the fax number to be same with the input form falling under the name. I would also like the email, password and confirm password fields to all line up the same to.
heres the link
http://www.kushsacbeanbagchairs.com/...ain_page=login
Thanks once again in advance
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
sketchyvalley
Good morning!!! Run across a little problem, nothing major.
I noticed on main_page=login where new customers adds there info, it looks a little untidy, input forms are not aligning up etc.
I would like like the telephone and the fax number to be same with the input form falling under the name. I would also like the email, password and confirm password fields to all line up the same to.
heres the link
http://www.kushsacbeanbagchairs.com/...ain_page=login
Thanks once again in advance
The template was designed to be a two column template and to "drop" both the right and left columns on the login page so that the new customer and returning customer boxes took up the full width of the page.
You've modified the template to be a three column template and haven't dropped the right column on the login page. That is why everything looks squeezed.
You can fix that by opening:
includes/templates/cold_steel/common/tpl_main_page.php
find the following section of code and make the highlighted change.
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'login')) ) {
$flag_disable_right = true;
}
Re: Cold Steel Template Support Thread
ROCKSTARRR!!
yea I would never have found that he he
Thanks sir
Re: Cold Steel Template Support Thread
Clyde using cs2 on 39f how come? page width varies from computer to computer my problem is with "home login....." I aligned it with "date" but it moves side to side with change of width of page
Nick
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
libertyguy
Clyde using cs2 on 39f how come? page width varies from computer to computer my problem is with "home login....." I aligned it with "date" but it moves side to side with change of width of page
Nick
link to your site
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
link to your site
libertyguns.com
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
libertyguy
Clyde using cs2 on 39f how come? page width varies from computer to computer my problem is with "home login....." I aligned it with "date" but it moves side to side with change of width of page
Nick
Why didn't you leave the menu bar in its original position and move the "date" down?