html - image in rtl language in the footer -


i using opencart installed custom footer preview facebook page , on .. problem using arabic language rtl format icon in title not correct in english suppose in right of text not ...

i tried background-position: 100% 0; put image below text ...

so ideas

my website : www.egy-smoke.com

update custom style sheet, this:

footer #custom-footer > div > div > div h3.facebook { padding-left: 34px; background: url(../img/icon-facebook.png) 0px 9px no-repeat; } 

becomes this:

footer #custom-footer > div > div > div h3.facebook {   padding-right: 34px;   background: url(../img/icon-facebook.png) 100% 9px no-repeat; } 

repeat above other custom items 'اتصل بنا' , 'احنا مين'


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -