Shopify themes, liquid, logos, and UX
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: Origin
It has the option to change Desktop content position in your theme's customize
- 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.
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%;
}
}
This did not change anything
Hi @billonmaison,
Please change code:
@media only screen and (min-width: 750px) {
.banner__content {
margin-top: 300px;
}
}
it will show like this:
Hi @billonmaison,
You tried my solution, it will only work for desktop.
I hope it helps!
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
If this was helpful, hit the like button and accept the solution.
Thanks
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?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024