Jump to content

Accessories Tab Image


Recommended Posts

Hi Guys,

 

I have included an accessory product to display under the 'accessories tab' for one of my products.

An image of the product is displayed under the accessories tab but the problem is that the image is 'cut off' (can only see part of it)

Any ideas? :unsure:

Many Thanks

Link to comment
Share on other sites

ok i see what's goin' on there

you use non-default theme, so it's hard to say what kind of css styles you've got there.

all what i can say now is: change the <li> element height value, or paste url to website, then i will give you full solution

Link to comment
Share on other sites

I have a solution.

Its in the global.css file (style sheet for my theme)

}
#more_info_sheets li {
margin-bottom: 0.4em;
margin-left: 5px;
width: 343px;
height: 200px;
} 

Adding height to 200px

 

and also see below (I increased the line height)

.products_block p { 
	height:20px;
	line-height:210px;
	margin:5px 10px 10px;

This made it look much neater!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...