Site logo

Archived topic

Move Box in Header Element

9 replies · Started by Dave on February 20, 2021

Viewing posts 1–10 of 10

I would like to move the box in the home page header element to the right instead of the left.
Any help would be appreciated.

cheers,

Dave

Unfortunately not. All that does is align the text to the right or left. I would like to move the whole box.

cheers,

Dave

We could use CSS to move it.

However, the best solution would be to use GenerateBlocks (which you are already using for the content) to build that page hero as the first section of your home page.

We've been making this transition in our site library. For example, the top (page hero looking) section of Prime and Target are actually just part of the home page content:
https://gpsites.co/prime/
https://gpsites.co/target/

You will have far better control this way.

Let me know if this makes sense.

Would that still give me the control to use a merged menu and the paralax feature?

Cheers,

Dave

Do I still get to use the paralax feature and merged header with generatblocks?

Dave

That works, but on mobile I want to use a different background image. How do I do that with this set up?

cheers,

Dave

Try this CSS:

@media (max-width: 768px) {
    .gb-container.mobile-hero {
         background-image: url(https://URL-HERE);
    }
}
This archived topic is closed to new replies.