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

    You can add this to the Customize > Additional CSS area of your site to line up the images and remove their backgrounds:

    /* Align squares on Paintings Page */
    
    .page-id-4 .wp-caption {
        float: left;
        margin: 0 1%;
        background: none;
    }
    Thread Starter rasta_wdpr

    (@rasta_wdpr)

    awesome! thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘image alignment’ is closed to new replies.