Potfolio II Mode wrong height in Detail view

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 Aug 09, 2014 6:28 am
Get a wrong height in the Portfolio II Mode. The Image have 640x480 but that didn´t use. Think there is a failure in the portal mode setting. My Config: Columns 4 / Rows:1 didn´t runs. But if I use Columns 4 / Rows: 4 => it runs. But I want the config 4 / 1

Screenshot:
failure-portfolio.jpg
User avatar
Expert Boarder

GK User
Tue Aug 12, 2014 8:18 am
Could you give me your site URL ? It is always easier to check CSS/HTML code on live site.
User avatar
Platinum Boarder

GK User
Tue Aug 12, 2014 12:20 pm
http://www.karsten-hoeft.de/cms/

But please repost this link, so I can delete it later
User avatar
Expert Boarder

GK User
Wed Aug 13, 2014 9:07 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkNspPM-Portfolio2 { overflow: visible }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Wed Aug 13, 2014 3:45 pm
bkrztuk wrote:Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkNspPM-Portfolio2 { overflow: visible }

and then just remember to enable "Use override CSS" option in template advanced settings tab.


overrride didn´t runs.

change it directly in the module style.css, but now this overflow all module and the footer below (click on the icons)
User avatar
Expert Boarder

GK User
Mon Aug 18, 2014 3:51 pm
I've tried to visit your site several times but I get infinite loading. The site is online? Please try to add min-height for this are by adding code :

Code: Select all
.gkNspPM-Portfolio2 { min-height: 650px }
User avatar
Platinum Boarder


cron