Viewing 1 replies (of 1 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Now thet you have manually modified css:

    .wppa-album-cover-standard {
        width: 150px !important;
    }

    you can also add the height and the overflow as follows:

    .wppa-album-cover-standard {
        width: 150px !important;
    height: 150px !important;
    overflow: hidden;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Album Covers Overlapping’ is closed to new replies.