[FIX] Tags section stretches way out of page boundary

For Articles relating to more than one ISC version
Post Reply
Martin
Site Admin
Site Admin
Posts: 1854
Joined: Wed Jun 17, 2009 6:30 pm
Location: South Yorkshire UK
Contact:

[FIX] Tags section stretches way out of page boundary

Post by Martin »

Thanks to Tony for spotting this one on my own site...

As you can see from the attachment, if you have a lot of tags with no spaces in the tags at all, it's possible to end up with a major overstretch of the tag panel across numerous pages.

This is easily fixed with the following edit:

Open: /templates/__master/Snippets/SimilarProductsByTagTag.html

Find:

Code: Select all

  
Replace with:

Code: Select all

  
The non-breaking spaces meant that the tags all appeared on one line if you weren't careful... but this fix replaces a non-breaking space with a normal space and allows your tags to wrap as they should.
Attachments
octoink.gif
Post Reply