Menu like in Creativity

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 Apr 15, 2014 6:02 am
Reply with quote
Report this post
How could I create the top menu to behave like in Creativty template? I managed to fix the menu but I was unable to have the background stay with the menu?
Kindly advise
User avatar
Junior Boarder

GK User
Tue Apr 15, 2014 8:08 am
Reply with quote
Report this post
Could You please post an url to your site where you have already made the changes?
User avatar
Moderator

GK User
Tue Apr 15, 2014 10:38 am
Reply with quote
Report this post
Url is http://www.jassharan.com/home and used the code provided by Pawel F in another topic called "static menu". using the override.css did not work for me at all. I just want to have the same effect than in the creativity template.
User avatar
Junior Boarder

GK User
Tue Apr 15, 2014 5:08 pm
Reply with quote
Report this post
Override.css haven't worked because from what I see you haven't enabled it in template settings.
Right now I don't see fixed menu on your site.
User avatar
Moderator

GK User
Wed Apr 16, 2014 5:23 am
Reply with quote
Report this post
Override.css is enabled and the menu is indeed static. However the background does not stay with the menu as in your Creativity or Cloudhost template. How to obtain that?
User avatar
Junior Boarder

GK User
Thu Apr 17, 2014 1:56 pm
Reply with quote
Report this post
Are you sure you have provided correct link? There is no fixed menu there (menu that moves with the page)
User avatar
Moderator

GK User
Thu Apr 17, 2014 3:04 pm
Reply with quote
Report this post
I am certain link is jassharan.com/home and css override is enabled
User avatar
Junior Boarder

GK User
Thu Apr 17, 2014 3:36 pm
Reply with quote
Report this post
You need to add a background to
#gkTop
element.
User avatar
Moderator

GK User
Thu Apr 17, 2014 4:11 pm
Reply with quote
Report this post
Thank you for your help so far. I have created background as per your instruction successfully but struggle now with the width and the menu no being centered? What am I doing wrong? Your assistance is very much appreciated
User avatar
Junior Boarder

GK User
Mon Apr 21, 2014 10:14 am
Reply with quote
Report this post
Centered horizontally or vertically?
User avatar
Moderator

GK User
Mon Apr 21, 2014 1:25 pm
Reply with quote
Report this post
Centered horizontal please! I hope this could come over fast as I really wait for this. Thanks for the great support anyway!
User avatar
Junior Boarder

GK User
Mon Apr 21, 2014 2:21 pm
Reply with quote
Report this post
Code: Select all
#gkMainMenu {width: 100%; }
#gkMainMenu .gkMenu > ul {
text-align: center;
}
#gkMainMenu .gkMenu > ul > li {
float: none;
display: inline-block;
}
User avatar
Moderator

GK User
Mon Apr 21, 2014 2:26 pm
Reply with quote
Report this post
Superb it works as desired! Thank you for the great SUPPORT yet again. Makes Gavickpro the company to choose!
User avatar
Junior Boarder

GK User
Mon Apr 21, 2014 2:43 pm
Reply with quote
Report this post
Thanks for the warm words. If You will have any other questions, feel free to ask :).
User avatar
Moderator


cron