NSP thumbs getting displaced in Media view

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 16, 2015 11:34 am
Reply with quote
Report this post
Hi,
can you please start resizing the windows on this url: http://eus.artbooks.mk/mk/profil/media
and tell me how to fix when the thumbnails are getting displaced in the second row?

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Thu Apr 16, 2015 2:02 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkNspPM-VideoList .gkItemsPage figure:nth-child(2n+3) {
clear: both;
}
User avatar
Moderator

GK User
Thu Apr 16, 2015 4:42 pm
Reply with quote
Report this post
Worked great! Thanks :D

Gorast
User avatar
Platinum Boarder

teitbite
Sat Apr 18, 2015 2:46 pm
Reply with quote
Report this post
Hi

One more thing I see is neccessary:

Code: Select all
@media only screen and (max-width:479px) {
.gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure {
    clear: both;
    float: none;
    width: 98%;
}
}
User avatar
Moderator

GK User
Sat Apr 18, 2015 2:52 pm
Reply with quote
Report this post
Thanks ;D

Gorast
User avatar
Platinum Boarder

teitbite
Mon Apr 20, 2015 3:36 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron