No limitation character for category name from default code.
Did you using third party theme or other extension which change code for category name?
Did you using third party theme or other extension which change code for category name?
No default theme, its not that it limits the number of characters its that it wraps the category selection line after 17 or 18 characters. here is an example: Notice how it wraps the text to a 2nd line I would like to keep it all on one line......


That is because display subcategory using 4 columns (<div class="col-sm-3">)
Try change 3 columns or 2 columns,
Open file category.tpl at catalog/view/theme/default/template/product
Find (line 33 and 44) :
Replace with :
or
Try change 3 columns or 2 columns,
Open file category.tpl at catalog/view/theme/default/template/product
Find (line 33 and 44) :
Code: Select all
<div class="col-sm-3">
Code: Select all
<div class="col-sm-4">
Code: Select all
<div class="col-sm-6">
You could also edit the CSS for the theme or consider using a different theme that allows for more space for the categories.
Thank you That fixed itopencartboost wrote:That is because display subcategory using 4 columns (<div class="col-sm-3">)
Try change 3 columns or 2 columns,
Open file category.tpl at catalog/view/theme/default/template/product
Find (line 33 and 44) :Replace with :Code: Select all
<div class="col-sm-3">
orCode: Select all
<div class="col-sm-4">
Code: Select all
<div class="col-sm-6">
All the Best
Bill
Who is online
Users browsing this forum: No registered users and 13 guests