Hi Forum,having trouble changing product page size of text.Front page ok www.alchemiststore.com
But product page comes up really big
http://alchemiststore.com/index.php?...e=products_all
Is this changable with css
Thanks in advance
Stuart
Hi Forum,having trouble changing product page size of text.Front page ok www.alchemiststore.com
But product page comes up really big
http://alchemiststore.com/index.php?...e=products_all
Is this changable with css
Thanks in advance
Stuart
You'll probably want to adjust the h1, h2, etc. font sizes in the stylesheet.
Hi steve,i have tryed that seems to change everything apart from the products![]()
You have mussed up your stylesheet from the default and this is the reason for the large fonts
Zen-Venom Get Bitten
I have just downloaded new template,thats the same.
Is there anything else i can try????
Try deleting your stylesheet1.css file
Zencart parses all files that end in .css
Zen-Venom Get Bitten
Hi Kobra,tryed that,changes website,but cant change the fonts with h1 h2 h3,changes everything else but products.
Is ther some code i can change to sort this out.????
all the best
Stuart
You had 2 stylesheets earlier and one was the the one that came with the template.
You now have what looks like what you had before???
Zen-Venom Get Bitten
theres the originol one,i have tryed changing h1 h2 h3 doesnt change
http://alchemiststore.com/index.php?...e=products_new
thanks
if you look at your side boxes , you will notice that all your pages display correctly based on values that have been set in your CSS for font size and h1, h2, h3..
your main page that you describe as correct is what you have entered using Define pages editor , with different font family and font size .. since styling for define pages done using inline style .. external stylesheet will not effect it .
to correct this issue . i suggest you to look over your stylesheet.css . look at body{} change your font family and reduce font-size from 80% to 62% .
you have h1 at one location set to 140% and at another location in your CSS set to 130%.. thus one overwrites the other , depending which one loads first .
is best to use "em" as measuring unit for fonts . so change % to em with correct value .