How to expand your Divi standard section to full height with one line of code

Buy Tramadol 100 Mg Online Jan 24, 2018

https://disabilityconnect.co.za/optima-college-for-the-blind/ https://www.mirageaesthetic.com/treatments/teeth-remember-my-smile/led-teeth-whitening/ Disclaimer: This site is a labour of love, but love doesn’t buy me matcha lattes. Affiliate commissions for awesome internet tools, on the other hand, totally buys me matcha lattes. This post probably contains some affiliate links. Read my affiliate disclaimer here.

I’m working on a client site this week and I’m going for a modern, almost futuristic design.

https://funksoulandrocknroll.com/2014/03/aretha-franklin-rock-steady/ It’s important to me the header is eye-catching, so I wanted to make the header area — also known as the Hero area — full height with left aligned elements.

Buy Ambien Online Overnight If I were to use the Divi fullwidth section, I could have a full-height section as well, but this isn’t an option for this site. To achieve left aligned elements, I have to use a standard section because the fullwidth section is one column, fullwidth across the screen.

This means I’m stuck using the standard section, but full height is not an option when you’re using the Divi standard section.

So what do you do?

Order Ambien Online Overnight This is one of those times when knowing a bit of code is useful even if you’re just a Divi designer.

The code I’m using here is one simple line of CSS, and here’s what you do.

Step 1: Define the CSS Class.

Open up the settings for your section and go to the “advanced” tab. There, define the CSS Class. I named mine header. Save and exit.

Step 2: Add this code.

Order Tramadol 50Mg Open up Divi Theme Options and down at “Additional CSS” add this line of code.

.header {height: 100vh;}

Save.

Step 3: Confirm it worked.

https://fladefenders.org/marjorie-harris-carr/ Open the page in a new browser tab and refresh to see the new full-height section.

Viola!

If you’re curious how this works, you’re defining 100% of the viewport height. This will ensure the section — regardless of device — will be full height.

25 Comments

  1. trafficinbound

    Order Tramadol 50Mg Sorry i didn’t work. I have added the header class on the section and also added the css code you mentioned on the divi editor on the dashboard. It didn’t work. You can check my site for proof

    Reply
    • Ysmay

      Did you put it in the CSS editor for that particular section?

      Reply
  2. Bazares onLine

    Hi Ysmay, do you know a way to add top and bottom scroll links?

    Reply
  3. oscarcanol

    Buy Tramadol 50 Mg Simply awesome!!!!
    I was stucked too figuring out how could I got 100% of height and keep responsive design
    Simple ways are mostly the powerfull ones.
    Thanks a lot, greetings from Spain

    Reply
  4. nicuconstantin

    Buy Tramadol Online Hi There! Thanks for the idea
    i tried this.. because i also would like so much to use regular section as a fullscreen heigth.
    Tried your idea … but it’s not working on mine- should be becouse i’m using it combined with other full width header on the same page?
    I will apreciate any help!
    Thanks

    Reply
    • Ysmay

      Super! Glad it helped!

      Reply
  5. Manuel Dingemann (@erstersinn)

    Thank you so much. This is briliant 🙂
    I believe you could also type “100vh” in the ‘Min Height’ property within the ‘Design’ -> ‘Sizing’ settings of your section. That worked for me. Thanks again for the inspiration and short explanation!

    Reply
    • Ysmay

      Yes! You can also use 100vh in the CSS settings for the section. But then the menu items and headers reappear when scrolling. 🙂

      Reply
      • Daniel

        In fact I would strongly recommend Max Width 100vw and Min Height 100vh over the CSS styling. Without this when you turn your page horizontal, the section will end once you start scrolling down!

        Reply
  6. Anita Martin

    This is so amazing – saved me a lot of time (and hair haha) Thanks so much.

    Reply
  7. Ilias

    https://www.namaleg.com/contact-us/ I have tried the exact same thing to achieve a similar effect but my problem is with mobile browsers. Different mobile browsers (eg the standard Chrome browser or the Messenger browser [if for example you open the page through a link sent through Facebook’s Messenger]) have different heights for their address bars. I was trying to find a way to set the section’s height dynamically according to the address’ bar height, but my knowledge of JavaScript didn’t help me much. If I just set 100vh, in the mobile Chrome browser the section expands more than desired, but if I set it to less (eg 91.5vh) it displays as desired in Chrome but not through Messenger. Do you know any way to fix this?

    Reply
    • Ysmay

      There’s not a lot we can do about Facebook Messenger’s browser, unfortunately. Facebook is notoriously buggy with their Messenger Browser.

      However, what you can do is set different VHs in the CSS for phone. You can set it to something like 90vh or 80vh. You can get to this screen by mousing over the title of the CSS, and clicking the phone icon. Mobile CSS

      Reply
  8. Caroline

    Where have this been all my life. Thank you so much!

    Reply
    • Ysmay

      Woohoo!! Glad it helped!

      Reply
  9. Jarod Thornton

    Perfect! Thank you.

    Reply
    • Ysmay

      Bam! Glad it helped!

      Reply

Leave a Reply