Help needed moving subscribe form and increasing section height.

Solved

Help needed moving subscribe form and increasing section height.

Malakush
Excursionist
33 1 15

Greetings!

 

A little help is needed please. 

 

1) I would like to move the Subscribe form at the bottom of my landing page further to the left. It's currently middle left on the background image. 

 

2) Increase the height of background image. The "shopify Form app" section is too narrow for my background image. 

 

Website: weiredwizard.co

Pass: sewsogScreenshot 2024-09-10 153733.png

 

Many thanks in advance! 

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2292 842 1057

This is an accepted solution.

Hi @Malakush

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
section#shopify-section-template--17826067742851__1725955947882f40b9 {
    height: 670px !important;
}

#shopify-section-template--17826067742851__1725955947882f40b9 .page-width {
    max-width: 1800px !important;
}
</style>

 

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2292 842 1057

This is an accepted solution.

Hi @Malakush

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (min-width: 750px) {
.slideshow__text-wrapper.banner__content {
    margin-left: 0 !important;
    padding-top: 0 !important;
}

.slideshow__text.banner__box.content-container {
    display: block !important;
    text-align: left;
    padding-left: 15px;
    padding-top: 0 !important;
}
}
</style>

 

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSSCommerce-HDL
Shopify Partner
2292 842 1057

This is an accepted solution.

Hi @Malakush

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
section#shopify-section-template--17826067742851__1725955947882f40b9 {
    height: 670px !important;
}

#shopify-section-template--17826067742851__1725955947882f40b9 .page-width {
    max-width: 1800px !important;
}
</style>

 

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Malakush
Excursionist
33 1 15

Once again, @BSSCommerce-HDL to the rescue. Incredible stuff! 👏👏👏👏

 

Whilst I have you here would you mind sharing some code to push the red button on my slideshow banner at the top of my page to the left also. Currently more middle left than anything. 

 

Many Thanks! 

BSSCommerce-HDL
Shopify Partner
2292 842 1057

This is an accepted solution.

Hi @Malakush

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (min-width: 750px) {
.slideshow__text-wrapper.banner__content {
    margin-left: 0 !important;
    padding-top: 0 !important;
}

.slideshow__text.banner__box.content-container {
    display: block !important;
    text-align: left;
    padding-left: 15px;
    padding-top: 0 !important;
}
}
</style>

 

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Malakush
Excursionist
33 1 15

Perfect, as always. Thank you kindly @BSSCommerce-HDL 🙏

BSSCommerce-HDL
Shopify Partner
2292 842 1057

@Malakush, No problem. Have a good day 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now