Hi,
I am hoping someone may be able to help with my website linked below.
Currently, there are two letters that have their own line and I just want them to be over two lines instead of four when viewing on laptop.
Valentine’
S Day
Fundraise
R
vs.
Valentine’s Day
Fundraiser
https://bobe.org/collections/valentines-day-fundraiser
Please help if you can as I am going insane.
Thanks so much,
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
body .page-collections-default .collection-header-default .wrapper-header-cs .title {
max-width: 570px;
}
Unfortunately that didn’t help. There isn’t an asset just called theme.css,
only theme.scss.liquid and theme.min.css? I tried putting it in each but
still didn’t work sadly.