Hi team Themeco, I am displaying images in a 2 column gallery to the right of my main content area and I am encountering an issue where the images in subsequent rows are not spaced equally to the preceding row. We have examined the html and noted superfluous
's are being added and if these are removed in browser developer tools the issue disappears. Site link here. Iwould appreciate your assistance. Ross N.
Hi Ross,
Can you try adding this CSS fixed on Content CSS part of your homepage?
.gallery-columns-2 br+dl+dl {
margin-right: 0 !important;
}
.gallery-columns-2 br+dl {
margin-right: 4% !important;
}
The issue is coming from a br element in between the gallery item. Let us know how this goes.
Hi Lely, Thank you. We had worked out since submitting the ticket that the gallery layout was due to the br elements that Wordpress is inserting at the end of the gallery rows. We have inserted your workaround into the home page and it has successfully corrected the issue. Is this something that will be fixed in a future update of the X theme? Regards, Ross N
Hey Ross,
We’re not sure if this is a bug in our theme or WordPress yet. Please give us a screenshot of your widget setup and we’ll try to replicate it on our end and report to our developers if it’s a theme bug.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.