Active
Project:
Nexus Theme
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
7 Jul 2015 at 06:20 UTC
Updated:
14 Mar 2017 at 19:15 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #1
saurabh.dhariwal commentedThis 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.csswith 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
Comment #2
saurabh.dhariwal commentedComment #3
JoePerkins commented'col-3' row class fix doesn't work if you are showing 5 or more columns.