Restaurant and Clips

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Wed Mar 20, 2013 2:27 am
I am using gkRestaurant and Joomla 3.0.

I am trying to mimic the look and feel of the quickstart. And thought I had set everything the same. But there is distance between the clips and the blackboard on my site (2irmas.com, access in PM I sent earlier). See below.

2irmas board problem.jpg


I have noticed is that

a) the distance seems to be almost that of the paper. Which I have turned off.
b) although I keep trying to place the header module in Mainbody [mainbody] it keeps getting set into a custom position of Mainbody. Similar to a problem I was and still am having with the Login position. It always goes to custom.

Thanks for any help you can provide!
User avatar
Fresh Boarder

GK User
Tue Mar 26, 2013 7:44 pm
Hi, without link I can only guess that you have overwrite :
Code: Select all
.nopaper #gkContent, .noclips #gkContent {margin-top: 100px;}


try to change value of top margin to fit your needs.

If you add here URL we could help more.
User avatar
Platinum Boarder

GK User
Tue Mar 26, 2013 8:35 pm
Pawel F wrote:Hi, without link I can only guess that you have overwrite :
Code: Select all
.nopaper #gkContent, .noclips #gkContent {margin-top: 100px;}


try to change value of top margin to fit your needs.

If you add here URL we could help more.


Finally resolved it with this -

Code: Select all
.nopaper #gkContent:before {
 margin-top: -120px !important;
}

#gkContent {
   padding-top: 0px !important;
}
User avatar
Fresh Boarder


cron