Title in 1 line, instead of 2 for mobile

Hello guys, how can I make my title be written in 1 line instead of 2 on mobile

Hello @NikosBat

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width:767px){ #shopify-section-template--22800324755788__collapsible_content_CC64Qm h2.collapsible-content__heading.h1 strong { font-size: 18px !important; } }

RESULT:

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

@Tech_Coding

Can you share the exact section link?

Thank you very much for you answer Tech_Coding, that solved my problem

Its already solved Websesepro, but thanks for your time and interest I appreciate it.