Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cubecolour

    (@numeeja)

    The issue appears to be caused by the following css rule which has been added to your site’s custom.css

    
    .about-page .content .entry .entry-content .about-content .tabbed-group .responsive-tabs-wrapper h2 {
    	display: none;
    }
    Thread Starter yashitamittal11

    (@yashitamittal11)

    Thanks

    The issue is now resolved.
    Now I have changed the code to

    h2 {
             @media (min-width:768px) {
                display: none;
           }}

    It is working fine now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No accordion below 767px in Tabby tabs’ is closed to new replies.