Shopify themes, liquid, logos, and UX
hello guys on the DESKTOP version of my website auraliving.nl at the bottom of the home page i have a small about us '' over ons '' text with my Logo above it. on the MOBILE version of my website it's correct and nice as it should be but on the DESKTOP version of my website the text gets mixed with the Logo en looks horrible. Please check out the mobile version and then the DESKTOP version so you can see and understand what i mean. i will also add a photo below of the problem.
MY QUESTION IS AS FOLLOWING: How do i fix the bottom of my page of the DESKTOP version so it looks the same as the MOBILE version of my website. Witouth it changing or effecting the MOBILE version of the website (since that one is already correct and needs to stay the same).
Really would love someone to help me out, thanks already !
Solved! Go to the solution
This is an accepted solution.
<style>
#shopify-section-template--23130500792660__image_banner_q973eg { display: none !important; }
#shopify-section-template--23130500792660__image_with_text_gnH3zk img {
object-fit: contain !important;
}
#shopify-section-template--23130500792660__image_with_text_gnH3zk .image-with-text__media {
border: unset;
box-shadow: unset;
}
</style>
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ 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 - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
@NinoB97 Please follow below steps to change desktop footer design as same as mobile version. Let me know whether it is helpful for you.
@media screen and (min-width: 750px) {
.image-with-text .image-with-text__media-item > * {
border: none;
}
.image-with-text__media img {
object-fit: contain;
}
}
u got a code for me to input to fix this problem?
This is an accepted solution.
<style>
#shopify-section-template--23130500792660__image_banner_q973eg { display: none !important; }
#shopify-section-template--23130500792660__image_with_text_gnH3zk img {
object-fit: contain !important;
}
#shopify-section-template--23130500792660__image_with_text_gnH3zk .image-with-text__media {
border: unset;
box-shadow: unset;
}
</style>
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ 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 - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
@NinoB97 Please follow below steps to change desktop footer design as same as mobile version. Let me know whether it is helpful for you.
@media screen and (min-width: 750px) {
.image-with-text .image-with-text__media-item > * {
border: none;
}
.image-with-text__media img {
object-fit: contain;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025