Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • illustrio Friend
    #672727

    The off-canvas menu button is displaying in large and medium views too. I have checked the template manager, but i was not able to find the problem.

    Please help.

    Pankaj Sharma Moderator
    #672837

    Hi
    this is because of the css conflict from third part extension of events on your site .
    /components/com_eventbooking/assets/bootstrap/css/bootstrap.css
    its overriding the off-canvas css and displaying it forcefully . add below code in custom.css file

    @media (min-width: 992px)
    {.off-canvas-toggle {
    display:none!important;}
    }

    Pankaj Sharma Moderator
    #746730

    Hi
    this is because of the css conflict from third part extension of events on your site .
    /components/com_eventbooking/assets/bootstrap/css/bootstrap.css
    its overriding the off-canvas css and displaying it forcefully . add below code in custom.css file

    @media (min-width: 992px)
    {.off-canvas-toggle {
    display:none!important;}
    }

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum