Archived topic
Changing length of floating navigation
19 replies · Started by Tim on July 7, 2016
Thanks! IE8 is the only one that is messed up that may be a problem (and I think it is something else we did that is not compatible by the way it looks). Is there a way in simple CSS to just hide the logo in IE 8 and before? Other than that, most of the ones not supported were for mobile devices and would most likely be used in mobile mode anyway.
This might be helpful: http://stackoverflow.com/questions/3043094/is-there-any-ie8-only-css-hack
Hello again,
Things looked great and the page went live and now it looks like something updated and it is not working again. Can you take a look and let me know if this is something with a wordpress update or an update to generatepress?
The site is the same as above without the "dev." in front of it.
Please let me know if you have any ideas or things I can try to get it back to normal.
Thanks
It appears that the "Vertical-align:bottom" in the simple CSS was not working like it used to and I added "Margin-top: 145px" to make it look right again.
My thought is that this is probably a sloppy fix and if you have any ideas on better fix I'm definitely open to input from the expert.
Thanks!
Hi there,
The structure changed a bit, so you just need to add this CSS:
.nav-float-right .inside-header .main-navigation {
float: none;
}