this same bar i did for the primary menu also for the second menu at the bottom of the page:

Louis josek
Posts
-
Menu Bar for second menu -
Menu Bar for second menuHi everybody, I have my primary menu on top of the page and my second menu at the bottom of the page, fixed.
I would like to add a menu bar with a thin outline not only to the primary but also to the second menu, but obviously there is no such thing in the Customize tab.
Any workaround for this? Am I missing something? My CSS skills go as far as my general logical understanding and finding code in this forum for my problems.
Thank you!
-
How to fix content scrolling over fixed footer? I'd like the content to scroll top and behind footer. Thanks@ECCS I did this yesterday to my footer. I have a transparent, fixed footer and the content is scrolling behind it. This is what I put in my CSS:
.slug-release #footer-region {
position: fixed;
background:transparent;
bottom: 0;
z-index: 999
}Breakdown:
- .slug-release – release is the name of the page the footer should appear on. Leave .slug– and add the name of your page afterward.
- position: fixed – footer is always at the bottom of the browser
- background: transparent – footer background is transparent. You can put any color here.
- bottom: 0 – put this to zero and layout your grid in the footer page.
- z-index: 999 – this puts the footer to the front on top of all the content
Hope this helps. I am sure there are different ways to do it but this is how I did it. I don't have a lot of CSS knowledge.
Cheers,
Louis -
Vertical Menu / CSS Grid problemHi Everybody,
I am trying to make a simple vertical menu and want to adjust only the left frame of the gridder on all my pages. I didn't find any way to do it and I am an absolut CSS beginner.
I tried the CSS code I found in another post here but it didn't work. Can somebody help?
Thats the code I tried:
#laytheme {
width: 70%;
margin-left: 30%;
}Thank you so much,
Louis -
Right Click doesn't workHi Everyone,
Out of sudden my right click is not working any more. Updated Laytheme already - bug still present. Every time I right click, the field pops up but disappears as soon as I release the click. I can't use any of the functions. Please help! I had no problems before.
Thanks!