How to Create a Vertical Header [Advanced]

In this tutorial we learn how to create a vertical header in Elementor. We’ll also explore how to show the default horizontal header on mobile devices only, to ensure a smooth user experience.

The tutorial will cover:
✔︎ Creating a header template
✔︎ Repositioning a header to display vertically
✔︎ Adding custom CSS including media queries
✔︎ And much more!

Custom CSS:

selector{
width: 100px;
position:fixed;
}

@media all and (max-width: 767px){
selector{
width:100%;
height:100px;
}
}

@media all and (min-width:767px){
selector{
writing-mode: vertical-rl;
transform: scale(-1);
}
}

Related Topics

Share

Was This Helpful?

Thanks for your feedback!

Recommended Videos

The Future
of Web Creation. Straight to
Your Inbox.

What interests you?

Great!

Awsome content is on the way.

More Resources