hi.. I'm Facing New Problem..I Just Create a Image Gallery with View Module.. But the problem is Images are Showing Like Above Images....

It's only happening in nexus theme but in the default it's working fine..

001

002

CommentFileSizeAuthor
#2 Row class.png109.27 KBsaurabh.dhariwal
002.png326.74 KBTutofactory
001.png274.86 KBTutofactory

Comments

saurabh.dhariwal’s picture

This is an awesome issue because if I check this with login then it is not displaying, but before login, all images are stretched and displayed sequentially. This is because nexus theme use bootstrap.min.css with different class which has different width style and this style manage space for displaying these gallery image you can see this same thing with login and logged out state in your site this not actual issue the thing is that your side bar section height is different at both case so for that reason bootstrap manage these spacing and stretch all image sequentially.

You can prevent this by applying same class for all td for all rendered image data and this is done by applying 'col-3' as 'Row class' from your created view(See Row class.png).

Let me know if you face any query regarding this.

Thanks

saurabh.dhariwal’s picture

StatusFileSize
new109.27 KB
JoePerkins’s picture

'col-3' row class fix doesn't work if you are showing 5 or more columns.