Many of my products require 2 lines in the title, but some do not. In order to aid in alignment, i need to force one product title to 2 lines. I tried just adding spaces and it does not recognize them. I even trie spaces, a character, then more spaces and still nothing. Help please!
Hello @Kregister
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your section-main-product.css file
-
Paste the below code
.product .product__title h1 {
width: 100%;
max-width:200px;
}
I am extremely novice so bear with me. Your reply notes to “change ATC background color”. I am not concerned with color, just being able to force a title to 2 lines. Is there a way to do this without changing the code of the entire template?
Hello @Kregister
I was mentioned that by mistake