[Support request] Move text in page hero to beginning of viewport

Home Forums Support [Support request] Move text in page hero to beginning of viewport

Home Forums Support Move text in page hero to beginning of viewport

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #917194
    madmanweb

    I’ve set up a page hero element with some dummy text – “Feature logo goes here”

    This text starts at the beginning of the container but I want it to start at the beginning of the user’s window on desktop.

    I’ve tried to explain here: https://i.imgur.com/vvUSnNC.png

    (The dummy text will later be replaced with the HTML for the site logo.)

    Any way I can get this done?

    #917213
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .inside-page-hero.grid-container {
        margin-left: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.