product navigation

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed Feb 23, 2011 6:18 am
Hi,

with long product name product navigation is out of the frame (see picture). Is it possible to limit the name there, for example by fades after 30 characters the product name?

How and where could I change this?

many thanks for your help
User avatar
Fresh Boarder

GK User
Fri Feb 25, 2011 3:26 pm
Hi again,

no idea or solution?
User avatar
Fresh Boarder

GK User
Fri Feb 25, 2011 3:58 pm
Hi

Not using css.
It's not so easy like you might think. ;)

Please show us your page where you have this issue.

Anyway, you might try adding this code on override.css file (dont't forget to enable on template parameters)

Code: Select all
div.vmMainPage2 {height: 42px!important}
div.vmMainPage2 a {line-height: 20px!important;height: 20px;}
div.vmMainPage2 div.buttons_heading {margin-top:13px}


It should something like this:


screen_2011-02-25.png
User avatar
Platinum Boarder

GK User
Fri Feb 25, 2011 4:24 pm
Hi,

my site is offline.
I send you a account per mail.

thanks
eisen
User avatar
Fresh Boarder

GK User
Fri Feb 25, 2011 6:47 pm
Hi again

Is this is enough?

screen_2011-02-25-3.png


Use this code on override.css file:

Code: Select all
div.vmMainPage2 {width: 100%;padding-left:5px!important;padding-right:5px!important}
div.vmMainPage2 a {font-size:0.58em;}
div.vmMainPage2 div.buttons_heading {width:60px!important;margin-right:0!important}


Naturally, if you have bigger products name, the problem will be there again.

Cheers ;)
User avatar
Platinum Boarder

GK User
Fri Feb 25, 2011 7:01 pm
Hi,

it works thank you

eisen
User avatar
Fresh Boarder


cron