create a space only on policies pages

Solved

create a space only on policies pages

albestudios
Excursionist
45 0 5

Hello,
When I go to the site policies, the text is directly under my menu banner, which is transparent (see photo).

Capture d’écran 2024-08-30 à 11.17.41.png


But when I add a personalised liquid it is added throughout my site and so the other pages become unreadable.

Do you know how I can add this space only to my policies?

 

This is my site: https://albe.online/policies/contact-information and I use the Dawn theme
thank you in advance

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

 

<style>
.shopify-policy__container {
   margin: 100px auto;
}
</style>

Result

BSSCommerceB2B_0-1725009664057.png

 

 

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
1972 564 566

This is an accepted solution.

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

 

<style>
.shopify-policy__container {
   margin: 100px auto;
}
</style>

Result

BSSCommerceB2B_0-1725009664057.png

 

 

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

Moeed
Shopify Partner
7080 1903 2333

Hey @albestudios 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.shopify-policy__container {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
}
</style>

RESULT:

Moeed_0-1725009747714.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications