Site logo

Archived topic

Marlow template

3 replies · Started by LEANDRO on March 29, 2019

Viewing posts 1–4 of 4

Hi,

I'm trying to configure my header the same as Marlow model, but O cant't. :(

I want my blog https://oquevocefalou.com.br to have the header with it's title on top, the background imagem covered by that "grey layer", the menu in the middle of the conteiner and the first two posts "invading" the conteiner.

The same as Marlow. \o/

Is it possible to configure this out by the Appearence menu or do I need to ask for help to a programmer?

Please, tell It can be done without a programmer. ;)

Thanks a lot.

Best regards,

Leandro Rodriguez

Yes!

Sorry for my mistake...

Can we emulate it in my blog?

So you would need to create a Header Element:

https://docs.generatepress.com/article/header-element-overview/

1. Hero Content must contain something for the Header element to display, so just add a HTML Comment e.g <!-- Hero Image -->

2. This example gives you the basics for the setup - you will need to adjust the colors accordingly:

https://docs.generatepress.com/article/page-hero-examples/#example-2

Then make sure to set your Display rules to where you want it displayed.

Then a little CSS to make the Page Content overlap the hero:

@media (max-width: 768px) {
    #page {
        margin: -75px 15px 0 15px;
    }
}
This archived topic is closed to new replies.