Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3115424
Category Mibile views
Closed

Comments

  • mbunchhuon started the conversation

    Hi,

    Please help to fix category views in mobile is very close to edge, for desktop views is OK. Picture attachment.

  •  2,488
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .archive-box .title-bar {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    Regards,
    PenciDesign.



  • mbunchhuon replied

    OK for now, thanks!