[Support request] Marlow template

Home Forums Support [Support request] Marlow template

Home Forums Support Marlow template

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #853410
    LEANDRO

    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

    #853625
    David
    Staff
    Customer Support

    Hi there,

    do you mean this site:

    https://gpsites.co/mellow/

    #853639
    LEANDRO

    Yes!

    Sorry for my mistake…

    Can we emulate it in my blog?

    #853658
    David
    Staff
    Customer Support

    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;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.