Tagged: Hebrew, mobile menu
-
AuthorPosts
-
July 8, 2020 at 2:00 am #1228739
Dear support team
I am having trouble with the mobile menu of Enfold.
My website in Hebrew and the mobile menu seems off. The menu icon is in the middle while the logo is on the right and the cart icon is on the left.
https://www.dropbox.com/s/4w4ixx3gin6280i/menu%20problem.png?dl=0
It looks weird, any way to redesign it ?thanks in advance
Elad.
July 13, 2020 at 5:31 am #1229830Hi Elad,
I’m very sorry for the late reply, and thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?
Best regards,
RikardJuly 13, 2020 at 3:32 pm #1229972Hey Rikard
No problem at all.
What do you mean the actual elements? The website itself?
the address is http://www.byroni.co.ilthank you
Elad.
July 14, 2020 at 1:04 pm #1230283Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
li.av-burger-menu-main { padding-left: 10px; }
If that is not what you are looking for then please try to explain a bit further or post a screenshot highlighting your intentions.
Best regards,
RikardJuly 14, 2020 at 1:55 pm #1230302Hey Rikard
I added the code but the design stayed the same, which is : cart icon – space – menu icon – logo – space
should be something like : cart icon(left aligned) – logo – menu icon (right aligned)Just like the left-to-right way
July 16, 2020 at 4:41 am #1230790Hi,
Thanks for the clarification. Please try this CSS instead:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { right: 0; } .responsive #top .logo { width: 55%; margin: 0 auto; float: none; } .rtl .avia-menu.av_menu_icon_beside { margin-right: 0; padding-right: 0; } }
Best regards,
RikardJuly 16, 2020 at 9:10 am #1230860Dear Rikard
thank you for the code, but it doesn’t change the look of the menu when I put it in the quick CSS.
I will add a user for you for the back end maybe that will help you test it out quicker ? if you’re interested.
thanks again
Elad.
July 18, 2020 at 4:24 am #1231407Hi,
Please see private for what I see on my end, what exactly do you want to change?
Best regards,
RikardJuly 18, 2020 at 10:15 am #1231462Hey Rikard
that works on my end now as well! thank you very much for your help.
best
Elad.
July 20, 2020 at 6:28 am #1231621 -
AuthorPosts
- You must be logged in to reply to this topic.