Conversation
supportI have seen that the Musopress Discography page is displaying thumbnails without a standard size – they get larger to the right of the page. http://www.grahamross.com/discography/ Has anyone had the same problem and can you advise how to standard the size of all the images? https://wordpress.org/plugins/musopress-discography/
Hi, this is happening because of a conflict with your theme’s css. Try adding the following to your style.css file (or custom CSS if your theme has that option) #muso-discog-grid .album-grid .wp-post-image {width:140px;} If that still doesn’t work, try this: #muso-discog-grid .album-grid .wp-post-image {width:140px !important;}
Hi, this is happening because of a conflict with your theme’s css. Try adding the following to your style.css file (or custom CSS if your theme has that option) #muso-discog-grid .album-grid .wp-post-image {width:140px;} If that still doesn’t work, try this: #muso-discog-grid .album-grid .wp-post-image {width:140px !important;}