• midesignerstyling

    (@midesignerstyling)


    Hi WordPress Team,

    I reached out to @niyaswp a few days ago but didn’t get any follow-up response, and it’s fine. I just wanted to have updates on our space issues on our about page.

    We would like to know how to remove the white space in the title page part (to have the cover page a little bit higher next to the menu titles), white space between the two colored column blocks, and footer space as well so that that colored column would be before the footer part w/o any space in between.

    Advice on how to remove and adjust this would be appreciated. Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please go to Appearance->Customize->Additional CSS and then put that code

    .entry-header{
       margin-bottom: 0;
     }   
    
    .content-wrapper{
       margin-top: 0; 
     }
    
    .wp-container-10{
       margin-bottom: 0;
    }

    If not work then put that one please

    .entry-header{
       margin-bottom: 0 !important;
     }   
    
    .content-wrapper{
       margin-top: 0 !important; 
     }
    
    .wp-container-10{
       margin-bottom: 0 !important;
    }
    niyaswp

    (@niyaswp)

    Hi @midesignerstyling

    Sorry, I didn’t notice your message. Please try this code:-

    body div.entry-content div.wp-block-columns, body div.container.content-wrapper {
        margin-bottom: 0px;
    }
    • This reply was modified 2 years ago by niyaswp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘about page space settings’ is closed to new replies.