Jump to content

Theme Layout Issue


Recommended Posts

Allo,

So I've got a little lost on what could be causing this layout issue.. I have tried shrinking the title text and padding in CSS, same with the price, size and padding shrunk down and yet the same issue stays..

Could it be how I am writing my product titles?  Is there a way CSS can shorten these automatically, or just force it to fit into the area?

Thanks in advance for the help!

Here is a link to a page with the issue: http://www.zappies.com/737-outdoors-garden

and I have attached a image of the issue.

 

post-726306-0-53415100-1389955296_thumb.jpg

anything else anyone needs to know, please ask :)

Edited by omgzhobbs (see edit history)
Link to comment
Share on other sites

hello

 

it's a part of .tpl files, you've got there |truncate modifier near product name, this causing your problems.

if i were you - i will define height param for product name:

 

zappies.css line 43

h4 {
font-size: 1.4em;
height: 170px;
}

effect:
 

h4 {
font-size: 1.4em;
height: 170px;
}
  • Like 1
Link to comment
Share on other sites

Hmmm slightly issue, having ' height: 185px;' in the h4 tag causes the title on the homepage for featured products to also have the height apply to it, making the top header stretch across the page.. any other ideas on avoiding this?

Here is a screenshot;

 

post-726306-0-38809000-1389956851_thumb.png

 

Sadly I cannot leave the issue on the live site as customers will end up complaining haha

Link to comment
Share on other sites

×
×
  • Create New...