Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - PureMart (SKU# FLEX-00010)

TOPIC: Product names cut off

Product names cut off 11 years 1 week ago #4208

Hi

My product names seems to be cut of and the the spacing is not correct. Can you tell me where to change this please?
Attachments:
The administrator has disabled public write access.

Product names cut off 11 years 1 week ago #4209

I'm not any Flexible support guy, I had this problem myself, with my own site for products with long names.
I just used firebug to find the CSS and then reduced the font size a little.

You could try reducing the font-size, or maybe use a smaller more compressed font if you have a lot of products with long names
The administrator has disabled public write access.

Product names cut off 11 years 1 week ago #4229

Thanks Andy you made a good point.
FireBug is the tool you are looking for in case of this kind of CSS changes.

Morne open this CSS file:
ROOT/templates/<yourjoomlatemplate>/html/com_virtuemart/assets/css/flexibleVM2Global.css

Find this CSS rule:
.FlexibleProductDetailProductName {
	font-size:28px;
	margin:0 0 5px 0;
}

And play around with this CSS rule, you can either reduce the font-size, or add line-height into it.
If i were you, i would add line-height property into it, instead of reducing the font-size.
So change that CSS rule with this:
.FlexibleProductDetailProductName {
	font-size:28px;
	margin:0 0 5px 0;
line-height:30px;
}

I am sure this line-height property will solve your screening problem.

Regards,
Support & Development.
Last Edit: 11 years 1 week ago by Support.
The administrator has disabled public write access.
Time to create page: 0.102 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo