My site is Right to left, i did a lot of butchering to make the JoomlaComment template right to left, however the only thing i couldn't do is make the indent space on the right instead of the left.
Where should i go ? is it from JoomlaComment template or from joomla template ?
Thanks again.
Change indent space from left to right
15 years 3 weeks ago #7572
Can you give us a screenshot? If you want to change it from left indent to right indent, you will have to do a recursive full search on your entire Joomla folder, and search for margin-left and padding-left and adapt them appropriately, then search for margin: 0 0 0 0 and padding: 0 0 0 0 statements to swap left defs. with right defs....