the page pagination is not displaying in the ios device in the plp ,cart page

the page pagination is not displaying in the ios device in the plp ,cart page
for this issue we need to check the theme file and inspect the and we can check and when we check if the style is displaying but the page pagination is not displaying mean we need to add the the ios specification
in my case we are adding style in theme

.pagination-count {
padding: 0px $sc-padding-lv4;
float: left;
}

.pagination-links-number {
// display: none;
background-color: $sc-color-theme-background;

@media (min-width: $screen-md-min) {

Expand Down

font-weight: 500;
font-family: ‘poppins’;
@media (min-width:0px) and (max-width:600px) {
font-size: 12px;
padding: 0px;

}}

this code i have used to solve the issue

Leave a comment

Your email address will not be published. Required fields are marked *