Shopify themes, liquid, logos, and UX
Hi,
I turned off the footer section but I still do have the dead space in the below.
I want the background image to just fit perfectly to the size of the desktop and mobile.
@media screen and (max-width: 749px) {
#Banner-{{ section.id }} .banner__content {
height: 100vh;
I believe above code somewhat helped but not completely.
https://yq4bwg-7h.myshopify.com/
pw: wellwell
Thank you!
Solved! Go to the solution
This is an accepted solution.
Please update this CSS code in your theme.liquid after <head> to this to solve this issue
<style>
.section-header .header-wrapper * { color: #black; }
.section-header .header-wrapper .header__heading-logo { filter: invert(1); }
.section-header .header-wrapper { background: transparent; }
#MainContent { margin-top: -93px; }
.section-header.scrolled-past-header .header-wrapper { background: #fff !important; }
.section-header.scrolled-past-header .header-wrapper .header__heading-logo { filter: unset !important; }
.section-header .header-wrapper .mega-menu__link,
.section-header .header-wrapper .list-menu__item,
.section-header.scrolled-past-header .header-wrapper * { color: #121212bf !important; }
@media (max-width: 749px) {
#MainContent { margin-top: -73px; }
}
</style>
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Can you share store password to we check for you?
Hi,
it's wellwell
HI @gmuink
I saw that you have removed the footer, would you please add it back so we can edit it for you?
Best,
Daisy
Hi Daisy,
just did. Thank you.
Hi @gmuink
footer.footer {
margin-top: 0 !important;
}
Sorry it does not do anything. I checked your result link but it seems nothing changed as well.
I want all the white parts to be completely removed.
Hi @gmuink
I gave you the code to remove the small white part, the remaining white part is the footer, you just need to turn it off now https://prnt.sc/przkDrVslCGx
Best,
Daisy
Sorry turning off the footer still leaves white space with the code you gave me 😞
Hi, my solution to this kind of problems is to use "object-fit" css property.
This goes into a css file:
.cover-image-container {
position: relative;
overflow: hidden;
}
.cover-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 50%;
}
This is an accepted solution.
Please update this CSS code in your theme.liquid after <head> to this to solve this issue
<style>
.section-header .header-wrapper * { color: #black; }
.section-header .header-wrapper .header__heading-logo { filter: invert(1); }
.section-header .header-wrapper { background: transparent; }
#MainContent { margin-top: -93px; }
.section-header.scrolled-past-header .header-wrapper { background: #fff !important; }
.section-header.scrolled-past-header .header-wrapper .header__heading-logo { filter: unset !important; }
.section-header .header-wrapper .mega-menu__link,
.section-header .header-wrapper .list-menu__item,
.section-header.scrolled-past-header .header-wrapper * { color: #121212bf !important; }
@media (max-width: 749px) {
#MainContent { margin-top: -73px; }
}
</style>
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This was what I was looking for thank you
You are very welcome!
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024