I'm working on a test store for a new project and I looking to have a full size header/logo image but keep the rest of the content to a container with a width of 8.
Installed Version: CE Phoenix v1.0.8.15
Full width header- BS container, width 8
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Full width header- BS container, width 8
Not sure if I understand but we have used the following css which keeps the header and footer full screen width but reduces the body content according to the max-width
Code: Select all
.body-sans-header{
margin-left: auto!important;
margin-right: auto!important;
max-width: 1400px;
}
-
LeeFoster
- Contributor
- Posts: 263
- Joined: Sun Feb 28, 2021 9:41 pm
- Phoenix Version: v1.0.8.20
- Has thanked: 1 time
- Been thanked: 5 times
Re: Full width header- BS container, width 8
Ok, I see what you're doing here. Set it to full and restrict the body rather than set it to 2/3 and extend the header.heatherbell wrote: ↑Sun Jun 05, 2022 4:20 pm Not sure if I understand but we have used the following css which keeps the header and footer full screen width but reduces the body content according to the max-widthCode: Select all
.body-sans-header{ margin-left: auto!important; margin-right: auto!important; max-width: 1400px; }
I've done that but I set the max width to 67% instead of a px number.
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Full width header- BS container, width 8
OK if that is what you want on all devices.
BTW, please and thanks helps.
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Full width header- BS container, width 8
If you want something (anything) full width, take it out of the bootstrap container.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.