Hello friends, how can the titel be written only in 1 line instead of 2 only for mobile version
Hi @NikosBat , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hello Websensepro, sure here is the url and password: nistore.de , nikthe
- Go to Online Store → Theme → Edit code.
- 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:
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!
Thanks Webnsesepro, that solved my problem

