Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1442323

    Hello everyone
    I have added a submenu with full width here
    link below:
    Now I would like the following
    on the PC the font color black
    current color white (I could set) and the background #109bc5
    In the mobile view it creates a big white bar for me
    how can I remove this
    see printscreen

    when i open the menu mobile the distances are very big
    could these distances be reduced
    see printscreen

    many thanks in advance
    best regards
    Franz

    #1442413

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 989px) {
      .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li > a {
        padding: 5px 15%;
      }
      .sticky_placeholder {
        height: 0;
      }
      .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li a::before {
        top: 5px;
      }
    }

    Best regards,
    Rikard

    #1442414

    Hello Rikard
    thanks for your answer.

    I have inserted the code in the Quick CSS
    But it does not work

    thanks and
    kind regards
    Franz

    #1442453

    Hi,

    Please try this instead:

    @media only screen and (max-width: 989px) {
      .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li > a {
        padding: 5px 15% !important;
      }
      .sticky_placeholder {
        height: 0 !important;
      }
      .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li a::before {
        top: 5px !important;
      }
    }

    Best regards,
    Rikard

    #1442457

    Thank you Rikard
    Now it looks nice

    Now I would like to
    on the PC the font color black
    the current color white (I made it)
    and the background #109bc5
    and mobile
    the background also#109bc5
    and the menu black

    thank you
    kind regards
    Franz

    #1442460

    Sorry Rikard
    I’ve almost done it now.

    the font color of the menu all in black.
    stand menu must remain white.

    would it still be possible to display the menu bar less high?

    thanks

    #1442525

    Hi,

    Thanks for the update. Please try this CSS as well:

    
    #top .av-subnav-menu a {
      color: #000;
    }
    
    #top .av-subnav-menu > li {
      padding: 10px 0;
    }

    Best regards,
    Rikard

    #1442542

    Hello Rikard
    it fits perfectly.
    Just one more question

    is it possible that the menu and the revlider remain fixed

    when I scroll down the images

    thanks in advance
    kind regards Franz

    #1442666

    Hi,

    I tried to find a solution for that, but I wasn’t able to unfortunately.

    Best regards,
    Rikard

    #1442667

    Many thanks Rikard

    then you can close this request

    thanks for the good support

    kind regards
    Franz

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘submenu with full width’ is closed to new replies.