• Hi, I’m having a hard time finding the code to alter at the bottom of this page (http://alazarus.com/booksmedia/) to reduce the extra white space above the gray menu/footer and below the image on the right side. There seems to be an additional bar of blank white space added. Any idea how to eliminate this? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @magicman12345,

    You can reduce that extra white space by using the following custom CSS code.

    body.page .main-content-container.container.gdlr-item-start-content {
    display: none;
    }

    You will find information on the following page about how to use the above custom CSS code in your site.

    I recommend asking at GoodLayers so the theme’s developers and support community can help you with this.

    I think you could get some relief by changing the following in style.css:

    .gdlr-item-start-content { padding-top: 15px; }

    .gdlr-item-start-content { padding-top: 0px; }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Extra White Space’ is closed to new replies.