Fix gkPageTop and box height

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
Sun Aug 10, 2014 5:52 pm
Reply with quote
Report this post
Hi!

I'm doing the customization the startup template and I need help on this two things:

1) I want to fix the gkPageTop so I keep it visible when scrolling the page. I think I can do it with "position: fixed", but with this, all the rest of the content moves up and the things at the top hide behing the gkPageTop. How can I keep the rest of the content in the previous position?

2) The boxes that appear in the bottom 1 position ("The Key Features" in quickstart) have different height if the title have 1 line or 2 lines. What should I do to keep all the boxes with the same height, no matter the extension of the title in the boxes.

Thank you!
User avatar
Senior Boarder

GK User
Mon Aug 11, 2014 6:25 am
Reply with quote
Report this post
1. Add a top padding to element next to gkPageTop equal to gkPageTop height.
2. Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Sep 02, 2014 5:55 am
Reply with quote
Report this post
Thank you, Cyberek!

And sorry for the delay on my answer. Your help was useful on the first issue.

Here is the site: http://vectus2.benteveodesign.com.ar/

Thanks again
User avatar
Senior Boarder

GK User
Wed Sep 03, 2014 4:14 pm
Reply with quote
Report this post
2) - they are already same. Do you still need help with that?
User avatar
Moderator

GK User
Thu Sep 04, 2014 6:19 am
Reply with quote
Report this post
They are the same because I put some white spaces on the title, before and after. But this is not the correct solution I think. I didn't change anything in the code.

Thanks for your help
User avatar
Senior Boarder

GK User
Mon Sep 08, 2014 7:38 am
Reply with quote
Report this post
Please edit: /templates/gk_startup/css/override.css and add at its end:
Code: Select all
.gkFeatures > a {
    height: 290px;
}


You can play with the height value to suit your needs.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron