• Resolved highweekvh

    (@highweekvh)


    Hello,

    I would like to reduce the white gap between the page title and the page content on this grid page: https://www.christowshow.org/competitors/

    I used the inspect function to try and figure out how to acheive this and wondered if this would be the correct CSS:

    .entry-summary, .entry-content {
    margin: 0 0 0 0;
    }

    Thanks in advance,
    Lucy

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello highweekvh,

    Try below css.


    .page-template-grid-page .entry-content {
    margin: 0;
    }

    Hope this will helps you.

    Thanks!

    Thanks addweb-solution-pvt-ltd!

    highweekvh: You can paste that CSS into the Dashboard > Appearance > Additional CSS area of your site. That way when the theme is updated, you won’t lose your changes.

    Thread Starter highweekvh

    (@highweekvh)

    Thanks – that was really helpful. Much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce white space’ is closed to new replies.