Download a Free Divi Layout Pack with Header and Footer
⭐ ⭐ ⭐ ⭐ ⭐
Page layouts
- NHomepage
- NAbout us
- NNews feed / blog
- NContact Us
Theme Builder Layouts
- NSticky Header & global footer
- NPost template
- NCategories & search template
- N404 error page
Download the layout
- Enter your e-mail address below to subscribe to our newsletter. (You will never receive duplicate newsletters.)
- Download the zip file containing all the layouts.
- Extract the zip file on your hard drive.
- Import the Theme Builder layouts file into the Header area in Divi > Theme Builder and import the page layouts to the Divi Library or directly to your Divi pages.
- Adjust the design and use freely. The CSS code in the global header is placed in a Divi Code Module in the header layout.The easiest way to find it is by using the Wireframes mode in the Divi Builder.
The newsletter contains tips, guides and offers and is sent out approximately once a week. You can unsubscribe at any time. We will never sell or share your email address. Your email address is stored at Mailchimp.
Do you want to learn how to create this layout by yourself? Explore our free WordPress & Divi Tutorial where we create this design from scratch.
Layout preview
Hover the images to see the full image or click it to open in a lightbox. You can also browse the live demo page.
beautiful layout, thank you for this! one problem; the mobile menu is great but when i tap the hamburger menu i get the same symbol as before. how do i get the close icon that you have on the crib website?
Thanks xAnny! Just add the CSS snippet below to your custom CSS to change the collapse icon in the mobile menu:
/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}
Let me know how it goes!
Thanks! But I get this message when I import the layout: This file should not be imported in this context
What am I doing wrong??
Hi Den! You are probably trying to import a Theme Builder layout to the Divi Library or to a page, or the other way around.
Make sure that you only import pages to pages and Theme Builder templates to the Theme Builder. Follow this video chapter step by step and it’ll work: https://youtu.be/8LCnT-xrr6M?t=21584
Great layout and very useful. Easy to work with 👉
Thanks Christian! 👉
Good day. EXCELLENT VIDEO!
I attempted to add your .json file my Divi Theme builder and all it would show is a red “x” and nothing would uploaded? Is there something I am doing wrong?
I am using a a “staging” version of my website so that I can work on it to get it ready to go live.
Victor Duse on 2021-09-18 at 13:59
Thanks Mike! 👉
I just tested an import on a fresh Divi 4.10.7 installation and it worked. Make sure that you import the Theme Builder templates by clicking the Portability icon (two arrows) in the the top right corner in the Theme Builder dashboard. The page templates can only be imported directly on pages. Check out the steps in this video: https://divimundo.com/wordpress-tutorial-for-beginners/import-export-json-layouts-in-divi/
If you already done that, here are few things that can fix errors when importing layouts:
* Make sure that you have sufficient memory allocation and timeout settings in Divi > Support Center
* Update to the latest version of Divi
* Deactivate all plugins before import (or at least caching and optimization plugins)
* Try with another web browser
You could also activate the WP debug log to see what causes the error and check with ET support if you get stuck.
Let me know how it goes!
Where is the Icon Scroll Animation mentioned?
… found it here, thank you: https://divimundo.com/blog/create-scroll-down-icons-with-looping-animations/
Great, that’s the one. I forgot to change the link in the preview image. I’ve updated it now. The curse of copying and pasting content to save time. 🙂
Hi, there is aproblem on news page, the top header social menu don,t see when ı add it my web site.
Ican2t solve it, please help me.
Page like this : https://techia.com.tr/site/__trashed-5/
Hi AOT! The problem is that the top bar has a white background. Edit the first section in the header and add a dark background color (for example #1c1c1c) and you’ll see the icons and the button. If you can’t find it, you could add this CSS in Divi » Theme Customizer » Additional CSS:
.et_pb_section_0_tb_header {
background-color: #1c1c1c;
}
One more thing: If it only looks strange on the blog page, try to clear the Divi cache in Divi » Theme Options » Builder » Advanced. You could also try to deactivate Dynamic CSS and Critical CSS in Divi » Theme Options » Performance
Hello. Been tooling around with this site. Really looks nice! Is there a way to keep the logo in the header on the scroll? It disappears when scrolling (which is cool) but I think I’d like to keep it in the section on the scroll down. Thanks.
Thanks Tommy! Sure, you need to remove the 0px image size in the sticky state. Check out this chapter and remove the settings that you don’t want to keep: https://youtu.be/8LCnT-xrr6M?t=6004
Hi Victor, congratulations. Are the images in the layout free and NOT copyrighted? Thank you
Hi Davide! Yes, you are free to use the images however you like. The icons are from Elegant Themes and most of the photos are from Unsplash and Pexels. They all use the “do whatever you like”-license. 🙂
Thanks always very kind. But listen, nonsense but I don’t know how you did it .. How did you not write anything in the contact form, under the title of “privacy”? if you leave it blank, it writes to me: “new field”
Just add a blank space in the title field and it will be blank.
nooooo. 🙂 Thank you
Hi, thanks for this layout! How would I change the shape of the hero images so that they’re a regular rectangle (just go straight across on the bottom rather than the masked shape)?
Sure, just go to the sections Design settings and expand the Dividers tab. From there, go to Bottom and set the Divider style to “None”.
Here’s a complete video of me creating the layout. You can backtrack all the settings there (timestamps in the description): https://youtu.be/8LCnT-xrr6M
I really enjoy all your youtube video tutorials I learn a lot with you
Thanks Adil, I’m really glad to hear that. More good stuff is coming soon. 🙂
Thank You! for the theme it works great.
I’m glad you liked it, Vivek! 🙂
Hello, thanks for the great free layout 🙂 I was just wondering how you change the top menu to a different colour when it minimises on scroll. Currently it’s black and I’d lie to change it to blue.
Hi Jodie! Go to the section, row and/or the module settings and head over to the Background tab. Now click the tiny mouse arrow icon to edit the background color in sticky mode. In my free Divi course on YouTube you can see how I create the entire layout step by step.
Hi Victor,
I’ve been watching your videos for a few days and building practice pages with you. I already have a website that has been published/is live. What do I need to do so I don’t lose everything I already have? BTW, My Sight is a cruise travel blog. I Have a home page and 50+ blog posts.
Hi Kristina! I’m glad you liked the videos. 🙂 I recommend that you clone your website, using a plugin like Duplicator or All in one migration, to a dev environmenr (subdomain or local host). Then try to import the Theme Builder templates etc that you want to use and modify them. When you’re happy with the result, you can clone it to your live site.