Header bottom over header?

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
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
Fri Dec 06, 2013 10:58 am
Reply with quote
Report this post
http://www.studiomorriconi.com/luxvillae/

Is possible to have the the "header_bottom" module over the "header" like the demo site?
User avatar
Senior Boarder

GK User
Fri Dec 06, 2013 4:41 pm
Reply with quote
Report this post
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_storebox {
margin: 0 0 -200px 0;
min-height: 400px;
position: relative;
}

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

GK User
Sat Dec 07, 2013 7:19 pm
Reply with quote
Report this post
...not working! :dry:

The css override is enabled.
User avatar
Senior Boarder

GK User
Mon Dec 09, 2013 9:33 am
Reply with quote
Report this post
Any suggestion?

In the override.css of your Storebox quick start package i don't see anything.
User avatar
Senior Boarder

GK User
Mon Dec 09, 2013 9:46 am
Reply with quote
Report this post
Partially solved with this in override.css

Code: Select all
#gkHeader {
      margin: 0 0 -200px 0;
}


Is correct?
User avatar
Senior Boarder

GK User
Thu Dec 12, 2013 6:42 pm
Reply with quote
Report this post
Yes, You can do it this way, or use !important:
Code: Select all
.gkIsWrapper-gk_storebox {
margin: 0 0 -200px 0 !important;
min-height: 400px !important;
position: relative !important;
}
User avatar
Moderator


cron