how to remove padding?

Topic summary

A user seeks to remove padding from a specific section and change the Instagram section background color to #F5F5F5.

Solutions Provided:

Two responders offered CSS-based fixes:

  • Solution 1: Add custom CSS code in theme.liquid file above the </body> tag
  • Solution 2: Insert CSS code in theme.liquid file above the </head> tag

Both approaches involve:

  1. Navigating to Online Store → Edit Code
  2. Locating the theme.liquid file
  3. Inserting custom CSS targeting the padding and background color

Note: The actual CSS code snippets appear corrupted or encoded in the original posts, but the methodology is clear. Screenshots were included to demonstrate the expected results.

Status: Solutions provided; awaiting user confirmation on which approach resolved the issue.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

i want to remove padding here… & want to make background #F5F5F5 in instagram section
URL: https://themirage.store/

1 Like

Hey @Emiway

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 tag


RESULT:

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

Best Regards,
Moeed

Hi @Emiway ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: