Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1432235

    hi there,
    on mobile – how can I make the top level font smaller compared to the sublevel fonts?

    I found the option: Menü-Links in Seitenüberlagerung/-verschiebung, but when I change the font size there, it makes both smaller, the top and the sublevel. I only want to make the top level smaller.

    Please send css.

    Thanks
    Peter

    • This topic was modified 7 months, 2 weeks ago by ausgesonnen.
    #1432277

    Hey ausgesonnen,

    It looks like you have already found a solution? If not, then please try to explain your intentions a bit furhter, or post screenshot highlighting what you would like to achieve.

    Best regards,
    Rikard

    #1432491

    Hey Rikard. No, unfortunately I have not found a solution. in the mobile menu, I want the top level menu items to be the same size as the sublevel menü items. Please send the css for this.

    thanks you

    #1432562

    Hi,

    The mobile menu is missing when we checked the site. Please add the following css code to fix the mobile menu issue and to adjust the size of the submenu items.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top #header .av-logo-container .av-main-nav>li.av-burger-menu-main {
        display: block !important;
      }
    
      .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li {
        font-size: 1em;
        line-height: 1.4em;
       }
    }
    

    Adjust the font-size value as required.

    Best regards,
    Ismael

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