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
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.
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......
It looks like this on my side:
https://www.screencast.com/t/IKANiyTs
Isn't this what you see? If not, try to clear your browser cache.
Let me know :)
wierdly no joy. i cleared my cache, tried both firefox and chrome with incognito on and i still see this
ah! found a cache that was gumming it up on this host. thank you, it's working!
No problem :)