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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -