How to make NAV & elements & banner image text page width not full width

How to make NAV & elements & banner image text page width not full width

sjcwhetton
Visitor
2 0 2

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: 

Screenshot 2024-11-25 at 12.36.29.png


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.

Replies 3 (3)

anupam1607
Shopify Partner
53 10 10

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.Screenshot_4.png

 

 

Buy me a coffee.
- Was your question answered? Mark it as an Accepted Solution. ❤️
- Don't forget to give me Thumbs Up.
- Store, Product and Collection Modifications | Apps and Sales Channel | Animation
- Lets connect anupammistry1607@gmail.com 

Dan-From-Ryviu
Shopify Partner
10220 2032 2102

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;
}

Screenshot 2024-11-25 at 15.08.40.png

 

- 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.

namphan
Shopify Partner
1817 232 252

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);
  }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com