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 #3729368
Space above the subtitle
Open

Comments

  • urbanproiectgroup started the conversation

    Hi, how can I add space above the subtitles? The article is written with space, but I believe the theme has a setting that removes it, and I can't find it. Thank you!

    Attached files:  WhatsApp Image 2024-09-21 at 13.47.45.jpeg

  •  2,540
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px) {
      h2.penci-psub-title {
        margin-top: 30px;
      }
    }


    Regards,
    PenciDesign.


  • urbanproiectgroup replied

    Hello, thank you for the response. This CSS code doesn't seem to modify the subtitles in the articles. I need it to apply to all devices, not just mobile. Thank you.

    https://salutiasi.ro

  •  2,540
    PenciDesign replied

    Hi,

    Please modify the CSS code:

      h2.penci-psub-title {
        margin-top: 30px;
      }

    Regards,
    PenciDesign.