Jump to content

Home Featured CSS Issue


Recommended Posts

Believe these two:

 

global css (701):

 

#featured-products_block_center ul li {

width: 140px;

height: 280px;      <-- change to this

float: left;

margin: 0 17px 0 17px;

text-align: center;

}
 
 
and the one Vekia told you:
#featured-products_block_center ul li h5 {

height: 42px;      <-- this seems ok to me.

padding: 8px 0 6px 0;

}
 
 
Give it a try (Check on other browsers) 
I used Chrome on Mac
 
pascal
Link to comment
Share on other sites

you probably wondering why your customer has got different version than you, me and Pascal.

it's probably because ... font rendering, take a lok here: http://css-tricks.com/font-rendering-differences-firefox-vs-ie-vs-safari/

 

it might be also related to OS, and also to graphic card drivers! http://stackoverflow.com/questions/17320263/qt-fonts-have-different-sizes-on-different-systems

 

also here: http://www.webtype.com/info/articles/web-font-quality/

 

 

all of this mean: different browsers, different hardware, different OS - all of this change font quality, size etc.

Link to comment
Share on other sites

 

Believe these two:

 

global css (701):

 

#featured-products_block_center ul li {

width: 140px;

height: 280px;      <-- change to this

float: left;

margin: 0 17px 0 17px;

text-align: center;

}
 
 
and the one Vekia told you:
#featured-products_block_center ul li h5 {

height: 42px;      <-- this seems ok to me.

padding: 8px 0 6px 0;

}
 
 
Give it a try (Check on other browsers) 
I used Chrome on Mac
 
pascal

 

 

I made both changes as suggest by pascal and vekia...

 

I'm old and don't like change, it seems changed to me. :)

 

Thanks i advance for your review. 

Link to comment
Share on other sites

×
×
  • Create New...