Hi!
For a product template I got a custom liquid field for product description, so it can be shown at the bottom.
The issue is that its to wide (100% of the screen). How can i limit it to 1600 or 1200 px? Can i add some code into the Custom Liquid section?
hi, @RubberDuck44 kindly apply 100% width and share the page URL so I can send you CSS of 1600px to be applied on it!
payffe
Apply this in assets then theme.scss.liquid at the bottom
.spaced-section {
padding-left:50px;
padding-right:50px;
}
1 Like
There is no theme.css.liquid in Assets for the Dawn theme. May it be anywhere else?
1 Like
Yes in base.css
1 Like
Iām having issues with this solution making Pages look odd on mobile. Any suggestions?