1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Edit blog page lay out

Discussion in 'Free Divi Community Forum' started by kleinjan, Jan 12, 2021.

  1. kleinjan

    kleinjan New Member

    Hi all,

    I wonder if I can edit the blog page on my quartets website. Now, the blog messages cover the whole page, including the menu, background and header. I would like to start the blog page under the menu, header and to see the background, like every page on the website. How do I fix this? Thanks a lot for your effort!

    This is the link to the blog page: https://havelok.nl/berichten/

    Kind regards, Niek
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  2. Hey @kleinjan - Your menu text color is in white text that's why it's hidden.
     

    Attached Files:

  3. kleinjan

    kleinjan New Member

    Yes I know, but the first blog message is also behind the header and menu, and I want it to start under the header and menu. And also I cannot change the background (I want it to be transparant so that the marimba bars come out).
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade before / after image slider for your Divi site without using any plugins:View Demo
  4. kleinjan

    kleinjan New Member

    Thanks for your reply! Yes I know, but the first blog message is also behind the header and menu, and I want it to start under the header and menu. And also I cannot change the background (I want it to be transparant so that the marimba bars come out).
     
  5. Add this css to your child theme:

    #main-content {
    background-color: transparent !important;
    }
     

    Attached Files:

    kleinjan likes this.
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  6. kleinjan

    kleinjan New Member

    It works, thanks a lot! It is now solved for the whole website right? Is it also possible, to do it only on the havelok.nl/berichten page? What do I need to change/add to the css?

    Can you also help me with this one? -> https://havelok.nl/events/weekly-on-mondays-2-2/. This is the event page, but it needs to start under the header and menu..
     
  7. For this https://havelok.nl/events/weekly-on-mondays-2-2 - just add this

    .mec-container {
    margin-top: 130px;
    }
     
    kleinjan likes this.
    1. PRO MEMBER PERKS Divi Block Pro - Premade rolling text design for your Divi site without using any plugins:View Demo
  8. kleinjan

    kleinjan New Member

    and thanks a lot again!! Hero!

    do you also have something for this -> It works, thanks a lot! It is now solved for the whole website right? Is it also possible, to do it only on the havelok.nl/berichten page? What do I need to change/add to the css?
     
  9. I inspect the HTML of berichten page and there's nothing hiding behind the header or menu section.
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Freelancer' Divi layout for all Pro members:View Demo
  10. kleinjan

    kleinjan New Member

    okay thanks!!
     
  11. kleinjan

    kleinjan New Member

    just 1 one question: how do I get rid of the big white borders around the youtube video link? -> www.havelok.nl/berichten
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade card carousel design for your Divi site without using any plugins:View Demo
  12. Go to the Divi Builder then click Section Settings popup and change the background color in there.