Solved

Dawn theme - Product Template - Custom Liquid section - Max width?

RubberDuck44
Tourist
10 0 3

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? 

 

RubberDuck44_0-1634301871658.png

 

 

Accepted Solution (1)
Ecommpremium
Shopify Partner
512 43 93

This is an accepted solution.

Apply this in assets then theme.scss.liquid at the bottom 

.spaced-section {
padding-left:50px;
padding-right:50px;
}
- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website

View solution in original post

Replies 6 (6)

Ecommpremium
Shopify Partner
512 43 93

hi, @RubberDuck44  kindly apply 100% width and share the page URL so I can send you CSS of 1600px to be applied on it!

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
RubberDuck44
Tourist
10 0 3
Ecommpremium
Shopify Partner
512 43 93

This is an accepted solution.

Apply this in assets then theme.scss.liquid at the bottom 

.spaced-section {
padding-left:50px;
padding-right:50px;
}
- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
RubberDuck44
Tourist
10 0 3

There is no theme.css.liquid in Assets for the Dawn theme. May it be anywhere else? 

Ecommpremium
Shopify Partner
512 43 93

Yes in base.css

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
elnfhr
Tourist
6 0 5

I'm having issues with this solution making Pages look odd on mobile. Any suggestions?