Site logo

Archived topic

Header Logo Nav Layout

41 replies · Started by Alan on July 7, 2019

Viewing posts 16–30 of 42

Ok now just to try and make it a bit harder...

Can you please edit those two codes so that the left area is 60% and the right one is 40%

That would solve the image being in one and the text be in another.

How do I move the logo up to the top bar or what would be best for that?

For 60/40 split, replace:

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

With

.header-section .header-section-1 {
    width: 60%;
}
.header-section .header-section-2 {
    width: 40%;
}

Not sure what you mean by logo but have you tried the method suggested previously?
https://docs.generatepress.com/article/navigation-as-a-header/

Yup that looks good.

Ok I will have a go. Does the css just go in customise - css?

And once I’ve finished it how do I upload to it?

Do I just remove my existing image from the header widget and this overrides that widget?

Ok I sort of have it working. How do I enter my text and do I remove my old background and somehow add it again?

Also how do I get it to appear differently on a mobile phone so that the van appears full width on the screen and the text area appears full width below the van?

Ok getting there ...

How do I now move the logo up into the top bar?

Also how do I create padding between the van and the text? The padding that I entered in the header settings seems to be for the entire header

I think that I moved the logo up to the top bar correctly.

This archived topic is closed to new replies.