Strange formatting issue with gallery

Posted in: Newspaper
Post count: 5

Hello!

I’ve been very impressed with the theme so far but I’ve run into an odd issue with the formatting of galleries when used on a page. It seems to be messing up the spacing of the images in the gallery. They are not centered and when you switch between them the spacing seems completely out of whack.

Here’s an example of the gallery shortcode used to create the gallery:
[gallery td_select_gallery_slide="slide" ids="15103,15104,15105,15106,15107,15108"]

Here’s a link to the page where it’s not formatting correctly:
http://s13399.p123.sites.pressdns.com/2015/10/expanded-gallery-opening-soon-2/

This is still a development site so please ignore any other strange looking items.

Thanks!
Scott

Post count: 7909

Hi,

The tagdiv gallery was not designed to be used in a text block using Visual Composer. If you add it in a post content without using VC you will see that it wont be any issues. This is on our list and we will fix it as soon as possible.
You can try this custom css in Theme Panel > Custom Css until we fix it – http://screencast.com/t/ATzbkNYW

.single .td-pb-span12 .wpb_text_column .td-slide-on-2-columns .td-slide-galery-figure {
width: 100%;
}
.single .td-pb-span12 .wpb_text_column .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-item img {
max-width: 100%;
}

Thanks!

Post count: 5

Alin,

Thanks for the quick reply. I don’t mind using the custom CSS at all and it seems to have fixed things right up.

Thanks for the help!
Scott

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.