add padding-right for rtl language
-
My menu is rtl (Hebrew)and I have an English menu.
I would like to add padding-right:5%; to #responsive-menu .responsive-menu li a
On the Responsive Menu interface there is an optionRight
This is the distance from the right of the page in percentage that the menu will be displayedIf I set this to say 5% my css is
#responsive-menu .responsive-menu li a { padding: 12px 0px 12px 5% !important}
How do I change it to { padding: 12px 5% 12px 5% !important}
I can’t seem to override it in my theme style.css file probably because of the !important.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘add padding-right for rtl language’ is closed to new replies.