Hero 101

Category
Built with

Widgets

Container, Heading, Text editor, Button
CSS used

Looking for a working solution for a hero section with boxed content PLUS right column filled with a full width image? Here it is.

Just a small amount of css needed.

@media (min-width: 1025px) {
.absolute-right {
position: absolute !important;
right: 0 !important;
}
}

Copied to clipboard!

Unlock the Full Element UI Library

Enter your email to access every component instantly.

By signing up you agree to the Element UI License, Terms & Privacy policy.