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 & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...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);
}
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025