Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #891599

    Hi,
    there are two issues I need help with:
    1. the logo position on mobile devices is not responsive. it floats right instead of floating left, so now it’s on the menu icon which is not good. I issued this problem two times before and every time I get it fixed but after a while it goes back again.
    I will appreciate if you can help me solve this problem for good.

    2. I’m using mega menu and I’ve set one of the columns to be a custom link (because I don’t want it to lead the user to a specific page) but the thing is that now it’s not RTL and I need it to be positioned like the other column title. bottom line – I need all the column titles links to be disabled and RTL. will appreciate again your help.
    thanks,
    Yael

    #891600

    Here are my credentials

    #891647

    Hi Yael,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .main_menu {
        left: 0;
        right: auto;
      }
    }
    

    Can you please attach a screenshot of the other issue that you’re describing?

    Best regards,
    Victoria

    #891747

    Thanks! the CSS worked;)
    here is a screenshot of the other issue:
    screenshot

    I added my credentials again.

    #891748
    #891749
    #891752

    I can’t add a screenshot here for some reason. you can see in the mega menu all the titles are RTL and one is LTR… (where can I add image here?nothing works)

    #891946

    hello??

    #892212

    Hi yaelbar,

    Can you upload the screenshot to Dropbox or https://imgur.com/upload and give us the link here?

    Best regards,
    Victoria

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.