Overlay position when clicking in a thumbnail

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 17, 2014 11:37 am
Reply with quote
Report this post
Dear support,

Great template. Thank you very much. I need to point out an issue in the template. In your demo you have configured / designed the module to display 4 cols and 3 rows

In my case i have more than 6 rows of portfolio to display. So here comes the problem of the position of the overlay. Since i see that it is not a fixed position you end up clicking on the 6th row thumb and the overlay appears so high, that someone has to scroll up to even understand that an overlay has appeared. This looks ugly and is not UX friendly at all.

I am not in my office so i can't send you a screenshot of my template, but i can see the same issue on another site using your theme. Check it out in http://depika.biz/ and click one of the last thumbs that she has in her portfolio. You will understand what i want to point out.

I have also attached a screenshot from her site

overlay-position.jpg


Could you please provide any solutions to that?

Thank you in advance
User avatar
Junior Boarder

teitbite
Fri Jul 18, 2014 7:57 am
Reply with quote
Report this post
Hi

Please try add this to override.css and make sure override is enabled in template settings:

Code: Select all
.gkNspPM-Portfolio2 .gkPortfolioPopup {
    height: auto;
    position: fixed;
    width: auto;
}
User avatar
Moderator

GK User
Sun Jul 20, 2014 5:47 pm
Reply with quote
Report this post
Yeap, that did the trick.

Thanl you very much
User avatar
Junior Boarder


cron