Align content to the left on desktop - Dawn theme

Solved

Align content to the left on desktop - Dawn theme

TiendasMD
Tourist
11 0 2

Dear all,

I would like to move the following content to the left, right now as show below is centered. If possible, I'd like to display the table on left only on desktop. My url is tiendamd.com and the password is xroSRoNjf. Thanks very much!

 

TiendasMD_0-1728739413013.png

 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1954 562 561

This is an accepted solution.

@TiendasMD ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.page-width.section-template--17434664075446__main-padding {
   max-width: min-content!important
}
</style>

 

Result:

BSSCommerceB2B_0-1728741396252.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1954 562 561

This is an accepted solution.

@TiendasMD ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.page-width.section-template--17434664075446__main-padding {
   max-width: min-content!important
}
</style>

 

Result:

BSSCommerceB2B_0-1728741396252.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

TiendasMD
Tourist
11 0 2

Thanks very much! This worked perfectly!