Skip to content
Public Ticket #29628

Space above the subtitle

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code:

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

Regards,
PenciDesign.


urbanproiectgroup replied

Customer Reply

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

PenciDesign Supporter replied

Staff Reply

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 started the conversation

Conversation Start

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!

Want to join this conversation or access attachments? Sign in first.