Site logo

Archived topic

Replace header with code

7 replies · Started by Charles on February 27, 2020

Viewing posts 1–8 of 8

Oh hang on, I see header now.

Glad you found it :)

I put this in the box on the header hook but it only prints the code in the header. Does the css have to go somewhere else?

Header center content
Header right content

.header-section {
display: flex;
}

.header-section > div {
width: 33.33333%;
}

@media (max-width: 768px) {
.header-section > div {
width: 100%;
}
}

That works! TY!

No problem :)

This archived topic is closed to new replies.