View Single Post
  #216  
Old 09-11-2013, 12:00 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I want make menu in this style long category name in two lines

There is actually a way to 'wrap' category names...

In your case you wish to wrap after the ampersands, so in skin/reboot/custom/header/categories_header.tpl

Replace...

Code:
{$c.category}

With...

Code:
{$c.category|replace:"&":"&<br>"}
__________________
xcartmods.co.uk
Reply With Quote