AbanteCart Community

eCommerce construction => General Discussion => Topic started by: kelbel3abh on January 30, 2015, 01:38:18 AM

Title: "  " on Category Navigation
Post by: kelbel3abh on January 30, 2015, 01:38:18 AM
Hey, all of a sudden my top navigation with my categories has a space to the right.  I looked in the code and there are 2 " " in there.  But, I didn't actually code those in and there are no spaces in my category titles.  www.beddingforbunks.com  It has made the categories drop down to another line.
Title: Re: "  " on Category Navigation
Post by: Basara on January 30, 2015, 06:32:08 AM
Hi
Remove   in this file https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/blocks/category_top.tpl
Title: Re: "  " on Category Navigation
Post by: kelbel3abh on January 30, 2015, 03:36:11 PM
Cool, thanks, Basara!  I will try that.
Title: Re: "  " on Category Navigation
Post by: kelbel3abh on January 30, 2015, 03:55:13 PM
That worked great!  I was using the default_html template, so the path was just a bit different, in case someone else needs this information:

public_html/storefront/view/default_html5/template/blocks/category_top.tpl

Thanks again,  Basara!