Tabber - Text Alignment Problems

Tabbed Product and Fragment Descriptions.
Post Reply
basinga
Posts: 1
Joined: Sun Sep 20, 2009 3:49 pm

Tabber - Text Alignment Problems

Post by basinga »

I have successfully installed Tabber in one site and it works really well. I have attempted to install it in another site and for some reason it changes all the text in the product descriptions from left justified to centred. When I uninstall it the site returns to normal. I have had a good look through the page code and cannot see what is wrong.
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Tabber - Text Alignment Problems

Post by norman »

Tabber (like Actinic) is licensed per site. I can only help licensed sites. Let me know who you are and how many licences you have so I can respond appropriatly.
Norman
belmoreboy
Posts: 4
Joined: Mon Aug 17, 2009 11:44 am

Re: Tabber - Text Alignment Problems

Post by belmoreboy »

Have the same issue with my site - but only when viewing in Internet explorer - in FF text stays left - strange
(site = belmoretools.co.uk)
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Tabber - Text Alignment Problems

Post by norman »

Belmore Tools,

In the source of your products, I see

<div id="center"><div align="center">

So it's possible that you're trying to centre align everything in the product layout.

Try editing your Product layout and put

<div align="left"> and </div> around the TabbedDescriptions line.

Alternatively, adding a bit of CSS

#tab-panes {text-align: left;}

may also do the job.
Norman
Post Reply