Home › Forums › WoodMart support forum › Shop archive pagination is not mobile friendly › Reply To: Shop archive pagination is not mobile friendly
March 28, 2023 at 12:51 pm
#454784
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
nav[class*="-pagination"] ul {
flex-wrap: wrap;
justify-content: center;
}