• Resolved winner singh

    (@winner-singh)


    Hi, I have added the tab but on mobile view, it is not working correctly even though I added CSS code in this way:

    @media only screen and (max-width: 768px) {
    
    #primary .page .entry-content ul {
        padding: 0;
        line-height: 40px;
        display: inline-flex;
        overflow-x: scroll;
        width: 100%;
    }
    !important
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Praveen

    (@praveenmalav09)

    Hi @winner-singh,

    You’re using the wrong syntax of CSS, please use the below CSS code.

    @media only screen and (max-width: 768px) {
        .page_content_layout .entry-content #myTab_207{
              padding: 0;
              line-height: 40px;
              display: inline-flex;
              overflow-x: scroll;
              width: 100%;
         }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile responsive not working’ is closed to new replies.