Archived topic
Move text in page hero to beginning of viewport
1 reply · Started by madmanweb on June 1, 2019
Viewing posts 1–2 of 2
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?
Hi there,
try this CSS:
.inside-page-hero.grid-container {
margin-left: 0;
}
This archived topic is closed to new replies.