Moving the Email Sign Up box further down

Moving the Email Sign Up box further down

billonmaison
Tourist
18 0 3

Hello, is it possible to move the email sign up box and the text above it further down the screen on the desktop view of the password page only? I don't want the the changes made to affect the mobile site. 

 

URL: billon.maison

Theme: OriginScreen Shot 2024-09-25 at 4.49.42 PM.png

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
9583 1926 1962

Hi @billonmaison 

It has the option to change Desktop content position in your theme's customizeScreenshot 2024-09-26 at 08.14.34.png

 

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

namphan
Shopify Partner
1330 164 199

Hi @billonmaison,

Please go to Actions > Edit code > Assets > section-password.cs file and paste this at the bottom of the file:

@media only screen and (min-width: 750px) {
    .banner__content {
        margin-top: 40%;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
billonmaison
Tourist
18 0 3

This did not change anything

namphan
Shopify Partner
1330 164 199

Hi @billonmaison,

Please change code:

@media only screen and (min-width: 750px) {
    .banner__content {
        margin-top: 300px;
    }
}

it will show like this:

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
namphan
Shopify Partner
1330 164 199

Hi @billonmaison,

You tried my solution, it will only work for desktop.

I hope it helps!

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]

GTLOfficial
Shopify Partner
554 120 109

Hello @billonmaison 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-image-banner.css
add this code at the end of the file.

.email-signup-banner__box.banner__box.newsletter.newsletter__wrapper.isolate.content-container.color-scheme-1.gradient.content-container--full-width-mobile {
top: 15rem !important;
}

result
3.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh
billonmaison
Tourist
18 0 3

This moves the email signup banner down for mobile and desktop views. I only want to move the email signup banner down for the desktop view. How can I do that?