How to make the titel be written only in 1 line for mobile version

Solved

How to make the titel be written only in 1 line for mobile version

NikosBat
Excursionist
235 0 38

Hello friends, how can the titel be written only in 1 line instead of 2 only for mobile version

 

Bildschirmfoto 2025-01-02 um 12.14.39.png

Accepted Solution (1)
websensepro
Shopify Partner
1790 203 247

This is an accepted solution.

@NikosBat 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

@media(max-width:430px){
.collection__title.title-wrapper h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 28px;
}
}

Result:

websensepro_0-1735819842955.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 4 (4)

websensepro
Shopify Partner
1790 203 247

Hi@NikosBat   , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
NikosBat
Excursionist
235 0 38

Hello Websensepro, sure here is the url and password: nistore.de ,  nikthe

websensepro
Shopify Partner
1790 203 247

This is an accepted solution.

@NikosBat 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

@media(max-width:430px){
.collection__title.title-wrapper h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 28px;
}
}

Result:

websensepro_0-1735819842955.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
NikosBat
Excursionist
235 0 38

Thanks Webnsesepro, that solved my problem