Hi,
It seems that the images inside the gallery are not displaying properly. If you could provide a link to your website where the issue is happening, I will inspect it. You could try as a test to disable all your plugins except Visual composer and the plugins bundled with the theme, clear any caching installed and see if this has any effect on the problem. Also check any custom code you might have entered in the theme panel, or modifications made directly to the theme files.
Thanks
Hi,
From what I can see you do not have the gallery on your website, there is an image grid Visual composer element that is displaying properly
– https://www.screencast.com/t/wOkHtExLk2
Please correct me if I misunderstand something.
Thanks
Hi Simion,
I have done the following on the block settings, enable 80×60 and 0x420
And this is how the visual composer look like http://prntscr.com/fbe0iy
This is how the tagdiv gallery look like http://prntscr.com/fbe0sp
Appreciate.
(One of your colleagues keep saying its working well despite its now)
Hi,
Yes it seems there is a problem that happens in this situation. Please try this code, it should fix this problem – https://www.screencast.com/t/FZEFgUZN6qd5
You just need to enter it in Theme panel->Custom Css section
– https://www.screencast.com/t/NQ6UJkjA6RW
.page-template-default
.wpb_text_column :last-child {
margin:auto!important;
}
Thanks