Remove indentation

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Feb 11, 2013 7:47 pm
Hello

I would like to remove the indentation the NSP adds to text...
(is like 30px at the beginning of the "TEXT" in the article layout. )
And keep all text aligned to the left.

Any Idea....??

Thanks
User avatar
Expert Boarder

GK User
Mon Feb 11, 2013 8:01 pm
Hi,

Please check this paragraph with Firebug for text-indent property or please provide me URL to your website.
User avatar
Administrator

GK User
Mon Feb 11, 2013 11:44 pm
I did try but did not find any indentation, then I added
Code: Select all
.nspArt p.nspText { float:none; text-indent: -14px;}

in the /interface/css/style.css

But now I get each article indenting differently.... please take a look at:

http://mantarraya.com/

below the mains slider you can see the nsp... thanks
User avatar
Expert Boarder

GK User
Tue Feb 12, 2013 9:39 am
Your problem is connected with fact that this articles contains a lot of " " at the start of the text ;) Please remove it.
User avatar
Administrator

GK User
Wed Feb 13, 2013 9:26 pm
I do not see this in the code for my articles, I have all sort of articles, some with tables etc, but the nsp output adds indentation, no mater what I have in my article
User avatar
Expert Boarder

GK User
Thu Feb 14, 2013 5:11 am
The NSP module doesn't add any indentantion - it is connected with your article code - please look here: http://mantarraya.com/noticias/240-cami ... erlin.html there is a lot of "empty" table cells with paragraphs containing
Code: Select all
 
entities. The NSP module removes HTML tags and left entities what cause your problems.
User avatar
Administrator


cron