• Resolved eeklund

    (@eeklund)


    I am trying to add a new page to georgiabaptistwomen.org. The blocks seems to automatically appear with a white border around them, or extra padding, but the settings show no border and no padding. I have adjusted the settings so the block is full height, but this extra space keeps appearing. How do I get rid of it?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • it’s not the padding or border of block. the #content div has padding for all pages. if you have to remove the padding then write custom CSS using parent class from body tag for specific page.

    for your given url code will be like this

    body.page-id-4771 #content{ padding: 0; }

    Thread Starter eeklund

    (@eeklund)

    Thank you for your help. I applied your code, but the left and right margins still have the white space. Do you have any additional recommendations?

    https://georgiabaptistwomen.org/test3/

    Thread Starter eeklund

    (@eeklund)

    I replaced the layout with a previous page template and the extra white space is now gone. I have never seen anything like this and I launched this site back in 2017. Thank you again for the code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Extra White Space’ is closed to new replies.