Site logo

[Resolved] Tab block is not shown on Off Canvas Menu.

Home Forums Support [Resolved] Tab block is not shown on Off Canvas Menu.

Home Forums Support Tab block is not shown on Off Canvas Menu.

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

    I am trying to make Off Canvas Menu now.
    I added tab button on the menu, but I can’t see the tab content on the off canvas menu.
    The Off Canvas Menu is only visible on Mobile.

    #2555230
    David
    Staff
    Customer Support

    Hi there,

    the off canvas element hides ul elements, hence your list cannot be seen.
    Add this CSS to stop that:

    
    .gb-tabs__item ul {
        display: block !important;
    }
    #2555946
    Jusung

    Thank you!!

    #2556243
    David
    Staff
    Customer Support

    You’re welcome

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