Re: Responsive Sheffield Blue
Quote:
Originally Posted by
grandpaj
Hi
This probably not the place to ask this question. But here goes.
On the main page is there anyway to change some code somewhere to make all the images appearing under the
"New Featuring Specials" to be all the same size instead of varying sizes.
Many thanks
Grandpa
Yes, you can:
* check your settings in admin--configuration--images
* edit your images in your image editing program and make them all the same size
* add some css rules to the stylesheet.css file
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
Yes, you can:
* check your settings in admin--configuration--images
* edit your images in your image editing program and make them all the same size
* add some css rules to the stylesheet.css file
Thanks,
Anne
Hi Anne
Many thanks for your reply.
The settings in the config area are fine and all images are the same size. The problem seems to occur when product name takes 2 lines So I guess somehow if its poss the product name text plus the image plus the price plus Add to cart need to be in a "box" that remains the same size. I know this seems to happen in Oscommerce but don't know how to make it happen in Zen Cart. Many thanks for your help.
Kind regards
Grandpa
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
grandpaj
Hi Anne
Many thanks for your reply.
The settings in the config area are fine and all images are the same size. The problem seems to occur when product name takes 2 lines So I guess somehow if its poss the product name text plus the image plus the price plus Add to cart need to be in a "box" that remains the same size. I know this seems to happen in Oscommerce but don't know how to make it happen in Zen Cart. Many thanks for your help.
Kind regards
Grandpa
If some of your product titles are 2 or 3 lines long, you can add a min-height to them to make them all the same height in your stylesheet.css file.
Thanks,
Anne
Re: Responsive Sheffield Blue
Grandpa - now you have me curious... Just what are your product names?... :huh:
1 Attachment(s)
Re: Responsive Sheffield Blue
Hi
Don't know really what to do as far as css is concerned.Have endevoured to attach thumnail of what Im trying to describe.
Many thanks
Grandpa
Re: Responsive Sheffield Blue
Hey Grandpa, can you provide a link?
1 Attachment(s)
Re: Responsive Sheffield Blue
Hi
I'm having trouble with the sideboxes pushing the mainpage content down @ http://langeoriginals.com it didn't do this with apple zen what am I doing wrong?Attachment 13191
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
chowardart
Hey Grandpa, can you provide a link?
Hi
wwwdotgrandpasdotco.nz/NewZen3
Cheers
Grandpa
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
samuelsmith1979
The responsive templates have very specific admin settings and installation instructions. See the readme.html file included in the template package for information.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
grandpaj
Add this to your stylesheet.css file:
Code:
.box_image{min-height:100px;}
Thanks,
Anne