I’ve tried various settings, but the image galery always seems to be way out of proportion, although in the backend everything seems to be fine. Any idea why this might be happening? We’re using the latest version of WordPress 4.2.4 with our own child theme.
https://www.evernote.com/l/AIxrOrYdV-JH9qqHMwXJMNspry5v7COSyfU
https://www.evernote.com/l/AIxF1yfA28pN0q9GLNPP2fkgOhalTo-asrE
Hi openstream!
May we have temporary access to your website so we can take a closer look?
Cheers!
Dake
Try to edit the WP Gallery . On the right site of the Gallery-Editing-Window you can choose (under gallery settings) the” type of the gallery”.
Choose another type…and the problem will be fixed……
Apollo
@Apollo: I don’t have a type setting, only size which I tried to change to no avail.
@Dake: Sure, see private content section.
Hi!
For some reason the gallery size is being forced to a smaller size.
Please try disabling all of your plugins to see if there is a conflict.
If that doesn’t help please insert the below css:
.page-id-14299 #top .gallery .gallery-item {
width: 300px !important;
height: 200px !important;
}
Cheers!
Dake