Hello, Can you help me with this?

Hi Saswata,

As you can see the custom CSS we provide is wrapped inside an @media query

e.g.

@media (max-width: 767px){

}

That means that CSS code will only take effect on screens smaller than 767px, tablets have slightly bigger screens than that, so you need to adjust that @media query to suit your needs. Please follow the following link to know more about Media Queries for Standard Devices

Thanks,

1 Like

Thanks, I checked that, But can you give a general idea about the size of tabs, on average,

Hi Saswata,

Maybe around 768px - 979px to 1200px depends on the device. Please check the link I’ve provided they have @media queries there for specific devices.

Thanks,

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.