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 #3821419
how to balance read more button in post page
Open

Comments

  • satyanandi191 started the conversation

    i want this read more button to come in a single line.  but its not possible and looks so irritating.

  •  2,727
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width:1170px) {
      body.page-id-2020 .pcsl-inner .pcsl-content .pcsl-title {
        min-height: 40px;
      }
    }
    

    Regards,
    PenciDesign.