• Hi there!
    I’m having a little problem with Bootstrap Toggle.
    If anyone can help me i’ll be very thankfull.

    Here is the live example

    I’ve already make it appear, but its aligned to left just at this screen width.
    I know something is missing, but don’t know what

    any help?
    ———————————–
    my CSS is

    @media only screen and (max-width : 979px){
    
    /*========Hidding Navbar-Collapse.Collapse========*/
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
      }
      .navbar-toggle {
      color: #36783b;
      opacity: 1;
      display: inline-block;
      }
    }

Viewing 1 replies (of 1 total)
  • Hey there picoboero,

    Hope you’re well! 🙂

    I can see the menu fine when I click the toggle. Do you still need help on this matter? If yes, can you tell me what the problem is or what you want to happen?

    Looking forward for your reply! 🙂

    Take care,
    Calvin

Viewing 1 replies (of 1 total)

The topic ‘Bootstrap Toggle Issue’ is closed to new replies.