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

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (max-width: 670px) {
        .entry-content .wp-block-image{
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    Thread Starter jefftaylor

    (@jefftaylor)

    Thanks @kharisblank, added CSS but still having same issue. The white margin on outer block edges only appear when top menu changes from desktop style to “hamburger” style…

    • This reply was modified 1 year, 3 months ago by jefftaylor.
    • This reply was modified 1 year, 3 months ago by jefftaylor.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Block images have white space on edges’ is closed to new replies.