How to remove padding under header/menu for Motion Theme

Solved

How to remove padding under header/menu for Motion Theme

alexTCO
Tourist
7 1 1

I have a slight problem with "Motion theme". There is a large space under the menu/header between the first page on the home page of my website. Is there a way to minimize or delete this open area? 

Image 1-15-25 at 1.10 PM.jpeg

Accepted Solution (1)
alexTCO
Tourist
7 1 1

This is an accepted solution.

I appreciate the quick responses - I removed the app block and the space is still there. Any other recommendations? 

View solution in original post

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
10192 2418 3063

Hi @alexTCO 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Made4uo-Ribe
Shopify Partner
10192 2418 3063

Oh, not this URL. The store URL not the admin. Or you can also share the preview. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
alexTCO
Tourist
7 1 1

https://tco-truckee.myshopify.com/

 

Does this work? 

 

Made4uo-Ribe
Shopify Partner
10192 2418 3063

Thanks for the info, this space is cause by the shopify app block. You need to remove it well so it wont leave a space. 

 

Removing a Shopify app block depends on where the block is located (e.g., homepage, product page) and whether it's part of a custom theme or an app integration. Follow these steps to remove it:

From the Shopify Admin:

  1. Access the Online Store:

    • Go to Online Store > Themes in your Shopify admin panel.
  2. Edit Theme:

    • Click Customize for the active theme.
  3. Locate the App Block:

    • Navigate to the page (e.g., homepage, product page) where the app block appears.
    • Look for the app block in the sidebar panel under the corresponding section (e.g., a "Featured Apps" section).
  4. Remove the Block:

    • Click on the app block to open its settings.
    • Look for a Remove Block or Delete option (often at the bottom of the settings).
  5. Save Changes:

    • After removing the block, click Save to apply your changes.

From the Theme Code:

If the app block was added via custom code:

  1. Access Theme Code:

    • Go to Online Store > Themes > Actions > Edit Code.
  2. Identify the Code:

    • Locate the relevant liquid files:
      • Common files include sections/*.liquid, snippets/*.liquid, or templates/*.liquid.
    • Look for code related to the app (it may include app-specific tags or comments like {% include 'app-name' %}).
  3. Comment Out or Remove Code:

    • Comment out the block using {% comment %} ... {% endcomment %} or remove it entirely.
  4. Save the File:

    • Click Save to apply changes.

Disable or Uninstall the App:

If the block persists after removal:

  1. Check App Settings:

    • Some apps have settings in their configuration to remove their blocks.
  2. Uninstall the App:

    • Go to Apps in the Shopify admin.
    • Find the app and click Delete or Uninstall.

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
alexTCO
Tourist
7 1 1

This is an accepted solution.

I appreciate the quick responses - I removed the app block and the space is still there. Any other recommendations? 

Made4uo-Ribe
Shopify Partner
10192 2418 3063

If the app block persists:
You may need to contact the app provider for assistance. They can guide you on properly removing the block or cleaning up any residual code. If the issue remains unresolved or if you’re not comfortable editing code, consider hiring a Shopify developer to help clean up the remaining space and ensure the app is fully removed from your theme.

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
alexTCO
Tourist
7 1 1

Nevermind - just updated and it worked! Thank you so much!