Contact Page

Hi. How can I remove this blank space between a

nnouncement bar and contact title in the contact page?

hey @MileSt share the URLs of your website plz

Hey @MileSt

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

www.spx.mk

spx.mk


hey @MileSt dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution

Same issue/solution as https://community.shopify.com/c/shopify-design/some-templates-have-a-white-space-on-top-why-ride-the…

In your case you have announcement bar in a wrong place rather than the element from an app.

Suggested code should go to “Theme settings”=> “Custom CSS”

Hey @MileSt

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 then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @MileSt ,

Please add the following CSS to your base.css file:

body {
    min-height: unset !important;
}

Please add this code to theme.liquidfile after to solve it

{% if page.id == 127765479727 %}

{% endif %}

Worked, thank you very much!