Jump to content

need help fixing a bug after translating.


Recommended Posts

Hello,
My store is available in both English and Arabic. When using English the website works flawlessly but since Arabic is written right to left I encountered a small problem when viewing the website from mobile.

When opening the categories the small cross that expands the categories is covering the category name.
I need to either move the cross to the left or to move the category slightly to the left so it's not covered.

Image showing the problem :

http://imgur.com/a/MJLdn

Link to comment
Share on other sites

You could edit the padding value of the category link in this css file /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

On line 65 replace the padding values with this values:

padding: 17px 45px 20px;

Do the same on line 197 to have the same effect for the navigation title. 

Link to comment
Share on other sites

You could edit the padding value of the category link in this css file /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

On line 65 replace the padding values with this values:

padding: 17px 45px 20px;

Do the same on line 197 to have the same effect for the navigation title. 

Sadly this didn't change a thing at all, In fact even if I put ridiculously high values to test still nothing changes.

Edited by Ravingmad (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...