(202) 750-1910
  • Facebook
  • X
  • Instagram
  • TikTok
  • Yelp
  • Google
  • Pinterest
  • WhatsApp
  • Threads
  • Facebook
  • X
  • Instagram
  • TikTok
  • Yelp
  • Google
  • Pinterest
  • WhatsApp
  • Threads
0 Items
Ask the Egghead, Inc.
  • Home
  • About
    • Reviews
    • Awards
    • Careers
    • Partners
    • Systems Status
  • Services
    • Website Design
    • Managed Hosting
    • Accessibility Compliance
    • Content Builder
    • Multi-Language Websites
    • SEO
    • Social Media
    • Premier Property Promotion
    • Reputation & Review Management Services
    • Low Code/No Code Solutions for MVP Development
    • Citation Builder
    • Pricing
    • Get A Quote
  • Portfolio
  • Website Audit
  • Blog
  • Invest Local
  • Contact
Select Page

How to Create a Rotated Global Header with Divi’s Theme Builder

divi-rotated-global-header-desktop-preview

Ever since the Divi Theme Builder has come out, we’ve tried to guide you through the process of creating your own global headers. We’ll continue doing that by showing you how to create a rotated global header that appears on the left side of your pages and posts. The header’s background color is completely transparent, allowing the page/post content to show through. We’ve made sure that the global header stays fixed to the left side while scrolling and we’ve transformed the menu into a mobile-friendly version as well. In this use case tutorial, we’ll show you how to recreate the design from scratch and you’ll also be able to download the template JSON file for free!

Let’s get to it.

Preview

Before we dive into the tutorial, let’s take a quick look at the outcome across different screen sizes.

Desktop

rotated global header

Mobile

rotated global header

Download The Rotated Global Header Template for FREE

To lay your hands on the rotated global header template, you will first need to download it using the button below. To gain access to the download you will need to subscribe to our Divi Daily email list by using the form below. As a new subscriber, you will receive even more Divi goodness and a free Divi Layout pack every Monday! If you’re already on the list, simply enter your email address below and click download. You will not be “resubscribed” or receive extra emails.

Download the Files

Download For Free

Join the Divi Newlsetter and we will email you a copy of the ultimate Divi Landing Page Layout Pack, plus tons of other amazing and free Divi resources, tips and tricks. Follow along and you will be a Divi master in no time. If you are already subscribed simply type in your email address below and click download to access the layout pack.

You have successfully subscribed. Please check your email address to confirm your subscription and get access to free weekly Divi layout packs!

 

1. Go to Divi Theme Builder & Start Building Global Header

Go to Divi Theme Builder

Start by going to the Divi Theme Builder on your WordPress website.

rotated global header

Start Building Global Header

Click on ‘Add Global Header’ and select ‘Build Global Header’.

rotated global header

2. Start Building Rotated Side Global Header

Add New Section

Background Color

Once inside the template editor, you can open the section that’s already there and change the background color across different screen sizes.

  • Background Color: rgba(0,0,0,0) (Desktop), #FFFFFF (Tablet & Phone)

rotated global header

Sizing

Modify the section’s sizing settings next.

  • Width: 5vw (Desktop), 100% (Tablet & Phone)
  • Min Height: 100vw (Desktop), auto (Tablet & Phone)

rotated global header

Spacing

Add some custom top and bottom padding too.

  • Top Padding: 2vw
  • Bottom Padding: 2vw

rotated global header

Box Shadow

Then, go to the box shadow settings and add a custom box shadow across different screen sizes.

  • Box Shadow Horizontal Position: 32px (Desktop), 0px (Tablet & Phone)
  • Box Shadow Blur Strength: 49px
  • Box Shadow Spread Strength: 0px (Desktop), 19px (Tablet & Phone)
  • Shadow Color: rgba(0,0,0,0.12)

rotated global header

Default Main Element

We’ll also make sure the rotated global header stays fixed to the left side by adding a few lines of CSS code to the section’s main element.

position: fixed;
top: 0;
display: flex;
flex-wrap: wrap;
align-content: center;

rotated global header

Hover Main Element

Make sure you add those same lines of CSS code to the hover main element of the section too.

position: fixed;
top: 0;

rotated global header

Default Visibility

Then, increase the z index in the visibility settings.

  • Z Index: 99999

rotated global header

Hover Visibility

Make sure that same value applies on hover.

  • Z Index: 99999

rotated global header

Add New Row

Column Structure

Once you’ve completed the section settings, continue by adding a new row using the following column structure:

rotated global header

Sizing

Without adding any modules yet, open the row settings and change the sizing settings.

  • Use Custom Gutter Width: Yes
  • Gutter Width: 1

rotated global header

Spacing

Remove all default top and bottom padding too.

  • Top Padding: 0px
  • Bottom Padding: 0px

rotated global header

Column Settings

Main Element (Tablet & Phone)

On tablet and phone, we’re going for an entirely different look and feel. We’ll place three different modules next to each other. To do that, we’ll need to add a bit of CSS code. Open the column’s settings, go to the advanced tab and insert the following lines of CSS code into the main element of tablet and phone:

display: grid;
grid-template-columns: 33.33% 33.33% 33.33%;

rotated global header

Add Image Module to Column

Upload Logo

Time to start adding modules! The first module we need is an Image Module. Upload a semi-transparent logo image file of your choice.

rotated global header

Sizing

Then, go to the design tab and change the width across different screen sizes.

  • Width: 4vw (Desktop), 12vw (Tablet), 16vw (Phone)

rotated global header

Transform Scale

Increase the size of the module by modifying the transform scale settings next.

  • Right: 170% (Desktop), 100% (Tablet & Phone)
  • Bottom: 170% (Desktop), 100% (Tablet & Phone)

rotated global header

Transform Translate

And push the module to the right by adding a bottom transform translate value on desktop.

  • Bottom: 1vw (Desktop), 0vw (Tablet & Phone)

rotated global header

Add Menu Module to Column

Select Menu

The next module we need is the Menu Module. Select a menu of your choice.

rotated global header

Remove Background Color

Remove the module’s background color next.

rotated global header

Layout

Then, go to the design tab and change the layout settings.

  • Style: Centered
  • Dropdown Menu Direction: Downwards

rotated global header

Default Menu Text

Modify the menu text settings too.

  • Active Link Color: #cecece
  • Menu Font: Montserrat
  • Menu Font Weight: Bold
  • Menu Text Color: #000000
  • Menu Text Size: 0.9vw (Desktop), 2vw (Tablet), 2.5vw (Phone)

rotated global header

Hover Menu Text

Change the menu text color on hover.

  • Menu Text Color: #afafaf

rotated global header

Dropdown Menu

We’re also making some changes to the dropdown menu settings.

  • Dropdown Menu Line Color: #000000
  • Dropdown Menu Text Color: #000000

rotated global header

Icons

Change the hamburger menu icon color next.

  • Hamburger Menu Icon Color: #000000

rotated global header

Spacing

And add some custom margin values across different screen sizes.

  • Top Margin: 18vw (Desktop), 0vw (Tablet & Phone)
  • Bottom Margin: 18vw (Desktop), 0vw (Tablet & Phone)
  • Left Margin: -13vw (Desktop), 0vw (Tablet & Phone)
  • Right Margin: -13vw (Desktop), 0vw (Tablet & Phone)

rotated global header

Transform Rotate

Now, to create the rotated effect, we’ll play around with the module’s transform rotate values.

  • Left: 270deg (Desktop), 0deg (Tablet & Phone)

rotated global header

Add Social Media Follow Module to Column

Add Social Networks

On to the Social Media Follow Module, which is the next and last module we need to complete our rotated global header. Add some social networks of your choice.

rotated global header

Reset Social Network Styles

Continue by resetting the settings of each social network individually. This will help us get rid of their background color.

rotated global header

Alignment

Then, move on to the design tab of the module and change the module alignment across different screen sizes.

  • Alignment: Left (Desktop), Right (Tablet & Phone)

rotated global header

Icon Settings

Last but not least, change the icon settings too.

  • Icon Color: #000000
  • Use Custom Icon Size: Yes
  • Icon Font Size: 2.1vw

rotated global header

3. Save Builder Changes & View Result

Once you’ve completed all the modules, you can save the template, exit the Divi Theme Builder and view the outcome on your website!

rotated global header

rotated global header

Preview

Now that we’ve gone through all the steps, let’s take a final look at the outcome across different screen sizes.

Desktop

rotated global header

Mobile

rotated global header

Final Thoughts

In this post, we’ve shown you how to create a rotated global header using Divi’s new Theme Builder. We’ve also transformed the menu bar into a highly mobile-friendly version on mobile. Unless chosen otherwise, the global header we’ve created will show up on all your post and pages. You were able to download the JSON file for free as well! If you have any questions or suggestions, feel free to leave a comment in the comment section below!

If you’re eager to learn more about Divi and get more Divi freebies, make sure you subscribe to our email newsletter and YouTube channel so you’ll always be one of the first people to know and get benefits from this free content.

The post How to Create a Rotated Global Header with Divi’s Theme Builder appeared first on Elegant Themes Blog.

Recent Posts

  • Busting the Biggest WordPress Myths

    Busting the Biggest WordPress Myths

  • You’re Not Too Small for a Great Website

    You’re Not Too Small for a Great Website

  • Top Web Design Trends to Watch in 2025

    Top Web Design Trends to Watch in 2025

  • Lock Down Your Site: WordPress Security Made Easy

    Lock Down Your Site: WordPress Security Made Easy

  • Is It Time to Redesign Your Website?

    Is It Time to Redesign Your Website?

  • Don’t Ignore These Website Pages

    Don’t Ignore These Website Pages

  • AI Tools in Web Design: Hype vs. Real Help

    AI Tools in Web Design: Hype vs. Real Help

  • How to Make Your Website Feel Brand New Again

    How to Make Your Website Feel Brand New Again

  • No Leads? Here’s Why (And How to Fix It)

    No Leads? Here’s Why (And How to Fix It)

  • 7 Website Mistakes That Hurt Your Business

    7 Website Mistakes That Hurt Your Business

Awards

  • Clutch Top Web Design Company Medical Websites 2024

    Clutch Top Web Design Company Medical Websites 2024

  • Clutch Top Web Design Company Government Websites 2024

    Clutch Top Web Design Company Government Websites 2024

  • UpCity National Excellence Winner 2024

    UpCity National Excellence Winner 2024

  • UpCity National Excellence Winner 2023

    UpCity National Excellence Winner 2023

  • UpCity National Excellence Winner 2022

    UpCity National Excellence Winner 2022

  • UpCity Local Excellence Washington DC 2021

    UpCity Local Excellence Washington DC 2021

  • UpCity Top Designer 2021

    UpCity Top Designer 2021

  • DesignRush Accredited Agency 2021

    DesignRush Accredited Agency 2021

  • Clutch Top Company Washington DC 2021

    Clutch Top Company Washington DC 2021

  • Digital.com Best SEO Firms Washington DC 2021

    Digital.com Best SEO Firms Washington DC 2021

Ask-the-Egghead-logo

Capability Statement

View/Download

Ask the Egghead

200 Massachusetts Ave NW
8th Floor Suite 133
Washington, DC 20001
(202) 750-1910

Ask the Egghead

399 Boylston Street
Suite 685
Boston, MA 02116
(617) 221-8300

Quick Links

  • Website Design
  • Social Media
  • SEO
  • Managed Hosting
  • Privacy Policy
  • Investors
  • Facebook
  • X
  • Instagram
Designed by The Egghead © 2015-2025 Ask the Egghead, Inc.