http://hadimosque.com/ar/
when we try to change the language to arabic, the logo move to right but it overlaps menu.
- muddasirpk
-
- Commercial Templates
- Thursday, 11 August 2016
- Subscribe via email
Hello
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
.translated-rtl #hornav {
float: left;
}
.translated-rtl .logo {
width: auto !important;
}
.translated-rtl #search {
left: 10px;
right: auto;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 2
I added the code but still you can see
http://hadimosque.com/ar/
logo and menu
and search box and flgas are overlapping (flags are in breadcrum position)
http://hadimosque.com/ar/
logo and menu
and search box and flgas are overlapping (flags are in breadcrum position)
- more than a month ago
- Commercial Templates
- # 3
Hello
You appear to have an unclosed property in your Custom CSS. To amend try removing the following from your custom CSS field...
Ciarán
You appear to have an unclosed property in your Custom CSS. To amend try removing the following from your custom CSS field...
#hornav, #subMenusContainer a {
Ciarán
- more than a month ago
- Commercial Templates
- # 4
I just work for a while then stop working.
I just change trasnlation extension from gtranslate to falang but i think that does not effect css still logo overlaps menu and flats overlaps search and social icons overlaps logo.
http://hadimosque.com/ar/
I just change trasnlation extension from gtranslate to falang but i think that does not effect css still logo overlaps menu and flats overlaps search and social icons overlaps logo.
http://hadimosque.com/ar/
- more than a month ago
- Commercial Templates
- # 6
Hello
It appears your extension removed the 'translated-rtl' class from your body tag. You could try setting your custom CSS to target the language attribute instead....
Ciarán
It appears your extension removed the 'translated-rtl' class from your body tag. You could try setting your custom CSS to target the language attribute instead....
:lang(ar) #hornav {
float: left;
}
:lang(ar) .logo {
width: auto !important;
}
:lang(ar) #search {
left: 10px;
right: auto;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thanks a lot , looks like it worked
Yes, but social icons still donot move , i know your template is not perfect RTL support compatible but now it look quiete good with css too.
Yes, but social icons still donot move , i know your template is not perfect RTL support compatible but now it look quiete good with css too.
- more than a month ago
- Commercial Templates
- # 8
Still waiting for my question on ,
Social icons does not move , how to move them too to left?
Social icons does not move , how to move them too to left?
- more than a month ago
- Commercial Templates
- # 9
My apologies.. we somehow missed your reply.
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
:lang(ar) #socialmedia {
left: 10px;
right: auto;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 10
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »