Shopify themes, liquid, logos, and UX
Hi,
I would like to know how to make both my NAV elements and my Banner Image elements PAGE WIDTH instead of full width, they all sit in-line with eachother.
here's a screenshot of my nav and banner currently:
So I would like the 'Ready, whatever the destination' and the logos, pages, cart etc, to be page width at 1280px for example, with the rest of the nav and image being wider.
Here's my website: https://reikabags.co.uk
Any help with this would be much appreciated.
Hey @sjcwhetton
I've review your website.
You have to add `wrapper--full-padded` this class in `banner-image__inner` div.
And remove `position: absolute;` of `.banner-image--zoom-out .banner-image__image-inner` css from theme.css file.
Hi @sjcwhetton
You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
#SiteHeader .wrapper,
#SectionBannerImage--template--22346472325396__section_banner_image_4Nn986 {
max-width: 1280px !important;
margin: 0 auto;
}
- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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.
Hi @sjcwhetton,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.banner-image {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0 var(--gutter-mobile);
}
@media only screen and (min-width: 1024px) {
.banner-image {
padding: 0 var(--gutter);
}
}
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024