Jump to content

Too many sub categories breaks mican skin


keat

Recommended Posts

It seems our idea to categorise products has gone one step too far and broken the mican skin.

Is there anyway to introduce a line space, to avoid the wrapping as can be seen on the attached image.

broken.jpg

 

I sort of resolved this by moving the category back a level, and whilst the URL no longer wraps, any idea of how to fix this would help for future categories.

Link to comment
Share on other sites

Try:

In common.css, find the rule near line 143:

Add the new display:table line as shown.

#breadcrumb ul {
	height: 21px;
	margin: 0px;
	padding: 0px;
	display: table;
}

You will need to have CubeCart clear it's internal cache and probably force your browser to reload page resources.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...