New Shopify Certification now available: Liquid Storefronts for Theme Developers

Prestige theme - newsletter section size/padding

Solved
Grand_Pacific
Tourist
31 0 1

Hi there,

I would like to reduce the superfluous padding on the newsletter section. This section is currently on the 'small' setting yet is still too dominant.

I have had a look at padding and sizing options in the code but I can't seem to find a solution that will offer both web and mobile view in tandem.

 

I would like to lose approx 20% off the top and bottom of the section. Here is the HP, the newsletter sign-up section is about half way down.

https://grandpacificcustoms.com/

Any thoughts.

Accepted Solution (1)
PageFly-Noah
Globetrotter
561 130 130

This is an accepted solution.

Hi @Grand_Pacific 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
#section-aaefe96b-4fc1-41fa-8ed2-fad3daf4b943 .ImageHero--small {
max-height: 300px !important;
min-height: 300px !important;
}
</style>

PageFlyNoah_0-1699402704435.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)
PageFly-Noah
Globetrotter
561 130 130

This is an accepted solution.

Hi @Grand_Pacific 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
#section-aaefe96b-4fc1-41fa-8ed2-fad3daf4b943 .ImageHero--small {
max-height: 300px !important;
min-height: 300px !important;
}
</style>

PageFlyNoah_0-1699402704435.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Grand_Pacific
Tourist
31 0 1

Awesome. Thanks Noah.

PageFly-Noah
Globetrotter
561 130 130

Glad that i can help. Let me know if you have any questions

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.