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 #3202856
Soledad settings
Closed

Comments

  • nikothewriter started the conversation

    Hi,

    This is Soledad (coffee blog). 

    When enabled, prev/next buttons on mobile do not represent a horizontal line as it is supposed to be. Pls see attachment and kindly advise.


    Best Regards

    Niko

    Attached files:  soledad mobile.png

  •  2,486
    PenciDesign replied

    Hi,

    Please send me the URL that is related to this issue.

    Regards,
    PenciDesign.

  • nikothewriter replied

    Hi,

    https://serparo.ru/

    The issue appears on mobile.

    Best Regards

    Niko

  •  2,486
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px) {
        .post-pagination {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-between;
        }
        .post-pagination .prev-post,
        .post-pagination .next-post {
            width: 45%;
        }
    }

    Regards,
    PenciDesign.



  • nikothewriter replied

    Hi,

    it worked!

    Thank you a lot!

    Best Regards

    Niko