Forum Replies Created
-
AuthorPosts
-
This works well, thanks!
Hi,
The problem is on all pages of the website – there is blank space above the header and menu bar area of the site ever since I put that code in the Quick CSS to hide the secondary submenu header on desktop. The space was in between the header and the slider when I had used the original code I had pasted. Once I changed the code to what Mike had provided, the blank space moved over to the very top of the website (above the header area).
Could you please suggest what we can do to remove the blank space on top (about an half an inch of blank space right on the very top of the site)?
Thanks!
Thanks, but unfortunately, this still leaves a wide space on the top of the page above the menu, where the socket used to be.
Any reason why the disabling the submenu socket in quick css is causing this issue? We’d ideally like the submenu socket to be hidden on the desktop, and have the pages load right below the header…Hi,
Yes, I took away the code to hide the header secondary menu (top socket) from Quick CSS till this issue is resolved.
When I put the code in, I get that gap between header and page content area.@media only screen and (min-width: 990px) {
#header_meta { display: none !important; }}This screenshot will show you how it looks when the code is put back in.
Just to add on, this problem started, once I added in a CSS code to hide the display of the header secondary menu on the desktop and only have it displayed on mobile.
@media only screen and (min-width: 990px) {
#header_meta { display: none !important; }}-
This reply was modified 7 years, 6 months ago by
kaustubha.
-
This reply was modified 7 years, 6 months ago by
-
AuthorPosts