Archived topic
category width mobile
1 reply · Started by Atefan on August 30, 2022
Viewing posts 1–2 of 2
Hello,
I would like to get some padding in the mobile view, on the category page.
How can i do that?
Thanks
Hi Atefan,
You can try adding this in Appearance > Customize > Additional CSS:
@media (max-width: 768px) {
.archive.category div#content {
padding: 0 10px;
}
}
This archived topic is closed to new replies.