Site logo

Archived topic

header magic : how to put site title atop logo and description to the right?

6 replies · Started by sparkle on May 25, 2021

Viewing posts 1–7 of 7

hello fabulous generatepress people!

i'm trying to achieve this and i'm so close, but can't get the site title and description to go where i want them.

https://imgur.com/sRRQ8Rz

can you help? when i move the site title it goes under the logo image. when i try to move the site description, it will not budge. lol

thank you.

:)

Hi there,

You can try this CSS:

@media (min-width: 769px) {
p.site-description {
    position: absolute;
    right: 50px;
    top: calc( 50% - 1.2em);
}
h1.main-title {
    margin-left: -295px;
    margin-top: 189px;
}
}

But since you don't have menu in the header, I would recommend using Block element to build the entire header, it's easier to control the layout and responsiveness.

oh... that's so close, but it didn't move the site title......

wierdly no joy. i cleared my cache, tried both firefox and chrome with incognito on and i still see this

https://imgur.com/tu6Hyfu

ah! found a cache that was gumming it up on this host. thank you, it's working!

No problem :)

This archived topic is closed to new replies.