The "island" doesn't land

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
Tue Nov 20, 2012 5:41 pm
Reply with quote
Report this post
Hi, I've got a problem with he parallax animation.
I installed the quick-start version and decreased the dimensions of the header parallax modules. That's when the problem occurs.
The island on the "Frontpage header bottom" module doesn't fully land in the right place.
I mean, it does, but only on lower resolution screens.
It should stop at 47%, but on 1680x1050 it stops around 30%.
Is there any neat solution to this? Maybe I'm just plain dumb... :blink:
I've edited the existing PNG files - maybe this causes the problem?
Please, check this out: http://paperworks.pl

Really like your templates by the way :)
User avatar
Fresh Boarder

GK User
Tue Nov 20, 2012 6:10 pm
Reply with quote
Report this post
Hi

You could try CSS media query.
Something like this:

Code: Select all
<style>
    @media screen and (min-device-width: 1050px) and (max-device-width: 1680px) {   
        .gkp-island {
            margin-top: -?px;
            margin-left: -?px;
        }
    }   
</style>
User avatar
Platinum Boarder

GK User
Tue Nov 20, 2012 7:41 pm
Reply with quote
Report this post
Thank you for a quick reply!
I put this into override.css:
Code: Select all
@media screen and (min-device-height: 1050px) and (max-device-width: 1680px)
{#gkHeaderBottom .gkp-island {
            margin-top: -135px!important;}}

And it works perfect in 1280x800 and quite good in 1680x1050 (if you don't use zoom).
So I guess it'll be fine in 95% cases (still have to test it).
I wonder - is all this mess because I used your PNG's instead of creating them ...or something else? Have any clue?
User avatar
Fresh Boarder

GK User
Tue Nov 20, 2012 9:42 pm
Reply with quote
Report this post
Mostowski wrote:I wonder - is all this mess because I used your PNG's instead of creating them ...or something else? Have any clue?


Not i suppose not.
It's just a margins adjustment with screen resolution.
honestly... we didn't remember this issue.
Maybe our development team can improve/avoid this problem.

Cheers
User avatar
Platinum Boarder

GK User
Wed Nov 21, 2012 8:04 am
Reply with quote
Report this post
The problem disappears when there is more space underneath the module
For example, if you turn on "Our clients" module.
User avatar
Fresh Boarder


cron