Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #407925

    I don’t need right side navigation in devices.
    How could i fix this, can you help to solve this.
    Kindly check the image
    http://postimg.org/image/yctse26ul/

    Thanks.

    • This topic was modified 9 years, 8 months ago by rajivnetra.
    #408236

    Hey rajivnetra!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Issue will be fixed on upcoming update.

    Regards,
    Yigit

    #408655

    Hi Yigit,

    Thanks, its working, can you have any idea for change the styles of mobile menu?
    I need compact menu, as of now its working fine, but very big in size, it covered total page, if its tiny and compact means, it help to user.

    Thanks.

    #408801

    Hey!

    Can you please post the link to your website? I tried the link from your screenshot but it did not load and according to this site – http://www.downforeveryoneorjustme.com/ that site is currently down

    Regards,
    Yigit

    #413767

    Hi Yigit,

    Chek the website link
    http://www.mobiday.in

    Thanks

    #413774

    Hi!

    Please add following code to Quick CSS as well

    ul#mobile-advanced {
      min-height: 335px!important;
      padding-bottom: 0;
    }

    Cheers!
    Yigit

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