Hi. Categories list have margin-left hardcoded for sub cats, which should ues css class instead.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 12 ans
hi.
nop adds
margin-left: 15px
to subcats (in home->Categories )

it should add a css class like "subcat" or something, and margin be specified in css.
I have to change code for style!

(I'm designing a rtl theme)
Il y a 12 ans
if u create a rtl css u need to change some code.
first the sub category is define by code, u need to change the margin-left to margin-right.
further there are some style align all over the pages, u need to search for "style=" and change all the right and left align.

changing just the css file will not do the job.
Il y a 12 ans
it shoudn't be.
Il y a 12 ans
but it is

I can point out all the style in code.
if the team can change that to classes it would be great, let me know if u r interested
Il y a 12 ans
yes please, thank you very much.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.