Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1257138

    Hi,

    i created a Menu with two special menu-items that are colored like a button (CTA)
    In mobile View, i want those two “buttons” not to be in the Burger-menu, but below the logo.

    can you help`

    #1257422

    Hey breezemedia,

    You can hide them from the menu using this CSS:

    #av-burger-menu-ul .menu-item-716, #av-burger-menu-ul .menu-item-717 {
      display: none; 
    } 

    I’m not sure how you want to place them in the mobile header though, since there’s not much space there? You can try adding them in a widget if you like: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area, but I think it might be better to add them to the actual content in your layout.

    Best regards,
    Rikard

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