Archived topic
Headear 3 colunm but not fullwitdh
1 reply · Started by Rejean on March 23, 2022
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
Hi there,
I believe there is a better solution to achieve this now.
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)