X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Product Detail Name cut short (https://forum.x-cart.com/showthread.php?t=45975)

Ensiform 03-03-2009 07:48 AM

Product Detail Name cut short
 
I want to increase the length of the Product Name shown on the product details page. It only seems to be using half of the available space at the moment.

Any help or pointers in the right direction would be much appreciated.

cflsystems 03-03-2009 08:39 AM

Re: Product Detail Name cut short
 
The class in css that controls the product title has "width: 50%;". Change it to what works for you.

Ensiform 03-03-2009 09:28 AM

Re: Product Detail Name cut short
 
Thanks for the quick response, Do you know which css section this would be found in? Sorry complete beginner with this kind of thing.

cflsystems 03-03-2009 09:41 AM

Re: Product Detail Name cut short
 
This is the one that affects the title in dialogs

.dialog .title-with-sort-row h2 {
width:50%;
}

Ensiform 03-03-2009 12:23 PM

Re: Product Detail Name cut short
 
Many thanks. I plan to spend some time learning CSS, but needed that quick fix just to get things looking ok for now.


All times are GMT -8. The time now is 09:37 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.