Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #404544

    bug

    as you can the above image, navigation is located at the right upper corner and the navi show up due to horizontal scroll. Any idea to fix the issue?

    #404548

    Hi James!

    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.

    Cheers!
    Yigit

    #404558

    doesn’t work at all

    #404569

    Hey!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #404570

    figured out!

    overflow: hidden !important
    it works

    #404956

    Hi!

    Glad you got it fixed :)

    Cheers!
    Rikard

    #405288
    This reply has been marked as private.
    #405305

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) and (min-width: 989px) {
    #top #header .av-main-nav > li > a { font-size: 12px; }
    .logo * { max-width: 80%; }}

    Best regards,
    Yigit

    #405317
    This reply has been marked as private.
    #405998

    Hey!

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

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}

    Best regards,
    Yigit

    #406968

    hello everyone

    my name is Luke and I am new to the forum …
    I do not speak English well, I ask you to forgive me …
    I too have a problem with the fear mode mobile
    The menu button remains at the top right side, creating a discomfort in the slide!
    I tried it with the CSS code you suggested, but I have not solved …

    Thank You
    Luca

    #407474

    Hi!

    Welcome to the forum! Please create a new thread describing your problem. A screenshot will help. You can create a new thread by clicking the theme name in the forum (https://kriesi.at/support/) overview page. Below, you’ll find a form to create a new topic.

    Cheers!
    Ismael

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