• Resolved sc00t

    (@sc00t)


    Hi guys,

    the navigation for my site displays perfectly on desktop. I have added a title block that shows my site name, beneath that my menu, and beneath that a link to my social media.

    however, on mobile the burger is right aligned, not Centre aligned, and it also removes my title.

    Please can someone help?

    thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi @sc00t ,

    Thanks for contacting us.

    Your given website is not opening. That’s why we are not able to check the issue. Please solve this and let us know. We will check the issue and help you to find a solution as soon as possible.

    Looking forward to your response.

    Regards,

    Amir

    Thread Starter sc00t

    (@sc00t)

    Thread Starter sc00t

    (@sc00t)

    Hey guys, is anyone able to offer any advice? Much appreciated! ??

    Plugin Support Moin Munna

    (@moinmunna)

    Hello @sc00t,

    I understand the issue now. Please have a look at the responsive option inside the advanced section of the widget which is not showing. There you will find that the widget is set to hide on tablet and mobile devices. Uncheck the option (video) and the issue will be solved right away.

    For the hamburger menu, you can add this CSS if the controller doesn’t work and the hamburger menu will be centered.

    button.elementskit-menu-hamburger.elementskit-menu-toggler {
      float: none !important;
      margin: Auto !important;
    }

    Hope the issue will be solved. If not, please let us know.

    Best Regards,
    Moin

    Thread Starter sc00t

    (@sc00t)

    Hi @moinmunna

    I am using the free version of elementor so I cannot add CSS.

    Thanks regarding the header. Fixed!!!

    • This reply was modified 1 year, 11 months ago by sc00t.
    Plugin Support Moin Munna

    (@moinmunna)

    Hello @sc00t,

    Sorry for not mentioning it. You don’t need the PRO version to add the code. You can add the CSS code in the Appearance > Customize > Additional CSS section.

    Best Regards,
    Moin

    Thread Starter sc00t

    (@sc00t)

    Thanks @moinmunna

    I’ve added that in but no change ??

    Plugin Support Moin Munna

    (@moinmunna)

    Hello@sc00t,

    I can see that there is a margin in a parent div that is affecting the code to work properly. Kindly add this below CSS also under the previous code. I hope this time the issue will be solved.

    .elementor-element-be3cc23.elementor-widget-ekit-nav-menu {
    margin: auto !important;
    }

    Best Regards,
    Moin

    Thread Starter sc00t

    (@sc00t)

    Thank you @moinmunna that’s worked!!!!!

    Plugin Support Moin Munna

    (@moinmunna)

    Hello?@sc00t,

    I am so glad that the issue is fixed now.

    If this plugin and our support look good to you, maybe you can help us by giving a 5-star on www.ads-software.com?

    – https://www.ads-software.com/support/plugin/elementskit-lite/reviews/

    We’re working so hard to make this plugin more and more useful to our valuable clients like you, and a 5-star will really help us to grow on the market.?

    Best Regards,
    Moin

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Mobile navigation right aligned and removes site title’ is closed to new replies.