Vertical align of images for News Gallery - Portal mode

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
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
Sat Jan 14, 2017 1:28 pm
Hi,
can someone help me center the items vertically for News Gallery - Portal mode
Here is the page: http://mnt.gorast.com/

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Thu Jan 19, 2017 3:08 pm
Hi

Really hard task. Try add this to override.css

Code: Select all
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols4 > a {
    position: relative;
    top: 155px !important;
    transform: translate(0px, -50%);
    width: 25%;
}


it's not perfect, so I would propose to use it only for desktop.
User avatar
Moderator


cron