How to move menu below the logo ?
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Dec 05, 2013 2:29 pm
- Reply with quote
- Report this post
Hello,
How I can move the menu below the logo without disturbing the responsive design?
How I can move the menu below the logo without disturbing the responsive design?
-
- Senior Boarder
- GK User
- Thu Dec 05, 2013 2:57 pm
- Reply with quote
- Report this post
Could You please post an url to your site?
-
- Moderator
- GK User
- Thu Dec 05, 2013 3:10 pm
- Reply with quote
- Report this post
Cyberek, i am developing in localhost, using J3.2.
-
- Senior Boarder
- GK User
- Thu Dec 12, 2013 8:13 pm
- Reply with quote
- Report this post
Have you been able to post your site online yet, or is it still on localhost?
-
- Moderator
- GK User
- Fri Dec 27, 2013 4:18 pm
- Reply with quote
- Report this post
Hello,
i am posted my site today. I just deleted the field position: fixed in menu.css and working well.
i am posted my site today. I just deleted the field position: fixed in menu.css and working well.
-
- Senior Boarder
- GK User
- Fri Dec 27, 2013 6:24 pm
- Reply with quote
- Report this post
I would suggest to make that change in override.css, as if you will decide someday to update template to newest version, merging all the core files might be a hard work.
-
- Moderator
- GK User
- Wed Jan 08, 2014 11:12 pm
- Reply with quote
- Report this post
whats the code for it ?
-
- Gold Boarder
- GK User
- Fri Jan 10, 2014 8:54 am
- Reply with quote
- Report this post
Could you paste css rule you have modified (entire block with class/id declaration and properieties/values).
-
- Moderator
- GK User
- Sat Jan 11, 2014 11:23 pm
- Reply with quote
- Report this post
Cyberek wrote:Could you paste css rule you have modified (entire block with class/id declaration and properieties/values).
i dont know what you are talking about ...
i was just asking if you could tell me how to swap " mainmenu " below "logo - topmenu - search "
thanks
-
- Gold Boarder
- GK User
- Sun Jan 12, 2014 11:43 am
- Reply with quote
- Report this post
You have written that you changed something in menu.css - please post fragment of the code that was changed.
-
- Moderator
- GK User
- Sun Jan 12, 2014 11:45 am
- Reply with quote
- Report this post
Wasnt me .. I never said that ...Was other user .. Olliveira )
See hes post above
See hes post above
-
- Gold Boarder
- GK User
- Sun Jan 12, 2014 11:47 am
- Reply with quote
- Report this post
Oh, sorry.
Ok then again - what would you like to change and could you post an url to your site?
Ok then again - what would you like to change and could you post an url to your site?
-
- Moderator
- GK User
- Sun Jan 12, 2014 12:06 pm
- Reply with quote
- Report this post
Its regatulunit.com
Would like to drop i "mainmenu " below >>> " logo - topmenu - search " posittion
Thanks
Would like to drop i "mainmenu " below >>> " logo - topmenu - search " posittion
Thanks
-
- Gold Boarder
- GK User
- Sun Jan 12, 2014 12:41 pm
- Reply with quote
- Report this post
Please edit: /templates/gk_rockwall/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
body {padding: 0px;}
#gkTop {padding:0 0 86px;}
#gkMenuWrapper {top: 127px;}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Tue Aug 18, 2015 10:53 pm
- Reply with quote
- Report this post
I tried this, but the page moves when you scroll? Any way to combat that?
-
- Expert Boarder
- GK User
- Thu Aug 20, 2015 8:53 pm
- Reply with quote
- Report this post
@deesignz could you please be more precise? Page url might help also.
-
- Moderator
- GK User
- Fri Aug 21, 2015 5:52 pm
- Reply with quote
- Report this post
Sorry Cyberek...
I wanted to move the logo above the menu bar, so I found this post and did what you instructed. However, when I scroll down the page, the elements move...
Here is the URL: www.mysistersKEYpers.org
Thanks.
I wanted to move the logo above the menu bar, so I found this post and did what you instructed. However, when I scroll down the page, the elements move...
Here is the URL: www.mysistersKEYpers.org
Thanks.
-
- Expert Boarder
- GK User
- Mon Aug 24, 2015 1:08 pm
- Reply with quote
- Report this post
Well, you write "Page moves when you scroll" - it is pretty obvious user experience - scrolling moves the page. Perhaps you are having issue with menu bar which is "sticked" to top of the browser?
-
- Moderator
- GK User
- Tue Aug 25, 2015 6:16 pm
- Reply with quote
- Report this post
What I wanted to accomplish was to put the menu below the logo or the logo above the menu. I have done that.
My issue: Is there a way to keep the menu static? Does it not seem odd to you to have the content move/scroll above the menu???
My issue: Is there a way to keep the menu static? Does it not seem odd to you to have the content move/scroll above the menu???
-
- Expert Boarder
- GK User
- Fri Aug 28, 2015 7:32 am
- Reply with quote
- Report this post
The issue is with your change - the menu by design was supposed to stick to top of the browser. By forcing it down you sticked it in another position - and that is why you see such behave.
But... it can be fixed... Instead of this code in override.css:
use this one:
But... it can be fixed... Instead of this code in override.css:
- Code: Select all
#gkMenuWrapper {top: 140px;}
use this one:
- Code: Select all
#gkMenuWrapper {top: 0px; position: relative;}
-
- Moderator
- GK User
- Wed Sep 02, 2015 9:54 pm
- Reply with quote
- Report this post
Thank you so much for identifying the issue. I used the code you provided and it works like a charm. Thank you again.
-
- Expert Boarder
- GK User
- Mon Sep 07, 2015 7:12 am
- Reply with quote
- Report this post
Is there anything else I can help you with regarding this topic?
-
- Moderator
- GK User
- Thu Sep 10, 2015 5:15 pm
- Reply with quote
- Report this post
No, this topic is closed. Solution worked! Thank you...
-
- Expert Boarder
- GK User
- Mon Sep 14, 2015 5:45 pm
- Reply with quote
- Report this post
Ok. Feel free to post new forum threads if you have any other questions (not relative to this thread) - it allows us to answer faster.
-
- Moderator
25 posts
• Page 1 of 1