topbar to the top

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 Jan 18, 2013 3:04 pm
Reply with quote
Report this post
hello
Is it possible to turn your last template in the top menu topbar, so it does not move?
User avatar
Expert Boarder

Konrad M
Fri Jan 18, 2013 10:40 pm
Reply with quote
Report this post
Hi,
can you explain little more what would you like to achieve ?
User avatar

GK User
Fri Jan 18, 2013 11:02 pm
Reply with quote
Report this post
in your last template for Joomla is a menu at the top, is it possible to register in the simplicity of the code so that it does not move when you scroll the page, but stood as a topbar for your website?
User avatar
Expert Boarder

Konrad M
Sat Jan 19, 2013 9:54 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
section#gkPageTop {
position: fixed;
}

and remember to enalbe override.css option in template settings. Remember clear cache too after this change.
User avatar


cron