[Support request] category width mobile

Home Forums Support [Support request] category width mobile

Home Forums Support category width mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2329036
    Atefan

    Hello,
    I would like to get some padding in the mobile view, on the category page.
    How can i do that?
    Thanks

    #2329043
    Fernando
    Customer Support

    Hi Atefan,

    You can try adding this in Appearance > Customize > Additional CSS:

    @media (max-width: 768px) {
        .archive.category div#content {
            padding: 0 10px;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.