Solved

Removing space below header in woodmart theme

Brian_M_Chapman
Excursionist
23 1 3

www.aussiegardener.com.au  WOODMART theme
I have read through previous questions on this and tried the fixes but no success yet. 
Hopefully someone smart can assist. 

Landing pages built using 
Zipify pages
Shogun 
Thanks in advance.

Screenshots may give some help to the cause. 

 

https://www.screencast.com/t/WSBYi4zHdyKc

 

Accepted Solution (1)
Anthony_David_
Shopify Partner
417 46 105

This is an accepted solution.

@Brian_M_Chapman 

.zpa-published-page-holder {
    margin-top: -40px;
}

 

Hope this helps.

Thanks

Theme customization | Design | Shopify App Consultant
Have Any Questions? Whatsapp +1 (341) 241-4263
Based in United States

View solution in original post

Replies 11 (11)

suyash1
Shopify Partner
9135 1137 1485

@Brian_M_Chapman - please add this css to the very end of theme.scss file and check 

.main-page-wrapper {padding-top: 0px;}
To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session
Brian_M_Chapman
Excursionist
23 1 3

Unfortunately this did not work. 

https://www.screencast.com/t/kzvNA5qNCu

 

Kinjaldavra
Shopify Partner
2302 570 1423

hello @Brian_M_Chapman 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.main-page-wrapper {padding-top: 0px !important;}

 

Brian_M_Chapman
Excursionist
23 1 3
Kinjaldavra
Shopify Partner
2302 570 1423

hello @Brian_M_Chapman 

you can insert code in to styles.scss.liquid file 

Brian_M_Chapman
Excursionist
23 1 3

Almost perfect. 
That has removed the gap from 
shopify product pages
Shogun pages

Not 
Zipify built pages

Here is a list of code relating to zipify in case that helps. 

and a zipify page as an example
https://aussiegardener.com.au/pages/powerplanter

Thank you for your help Natztech. 

Brian_M_Chapman_1-1625894934678.png

 

Anthony_David_
Shopify Partner
417 46 105

... Will check

Theme customization | Design | Shopify App Consultant
Have Any Questions? Whatsapp +1 (341) 241-4263
Based in United States
Kinjaldavra
Shopify Partner
2302 570 1423

@Brian_M_Chapman 

for Zipify built pages remove spaces insert below code   styles.scss.liquid file 

 

 body#no-1-power-planter-gardening-tool .main-header {
      margin-bottom: 15px !important;
      padding:0 !important;
  }

 

 

Brian_M_Chapman
Excursionist
23 1 3

There is several zipify built pages though. 
The code you have given looks like it is specific to that one page. 

 

Anthony_David_
Shopify Partner
417 46 105

hey @Brian_M_Chapman can you share a page that is not build on zipify. so that I can compare and share you the code

Thanks

Theme customization | Design | Shopify App Consultant
Have Any Questions? Whatsapp +1 (341) 241-4263
Based in United States
Anthony_David_
Shopify Partner
417 46 105

This is an accepted solution.

@Brian_M_Chapman 

.zpa-published-page-holder {
    margin-top: -40px;
}

 

Hope this helps.

Thanks

Theme customization | Design | Shopify App Consultant
Have Any Questions? Whatsapp +1 (341) 241-4263
Based in United States