Site logo

Archived topic

Headear 3 colunm but not fullwitdh

1 reply · Started by Rejean on March 23, 2022

Viewing posts 1–2 of 2

Hello
I would like to change my header to 3 columns
I followed the instructions on the https page:
https://docs.generatepress.com/article/split-header-three-sections/
.header-section {
display: flex;
flex-wrap: wrap;
}

.header-section > div {
width: calc(100% / 3);
}

@media (max-width: 768px) {
.header-section > div {
width: 100%;
text-align: center;
}
}
but I want it to be the fixed width of the container
what is the solution
thanks

This archived topic is closed to new replies.