Archived topic
mobile view header issues
3 replies · Started by Gayle on September 16, 2015
Hi Tom,
I'm having 2 issues in the header section on mobile view.
1.) there is a large space between the bottom of the image and the top of the main menu
2.) the widget text is showing above the logo and I would like it to appear under the logo.
Here's the link: http://chronicdiseasealliancemanitoba.org/about-us/
Any suggestions?
Thanks
Gayle
Hi Gayle,
1. This CSS should help:
@media (max-width: 768px) {
.site-header {
background-size: cover;
}
}
2. Do you have GP Hooks? If so, this might help: https://generatepress.com/forums/topic/is-it-possible-to-make-header-widget-display-below-logo-on-narrow-screens/#post-38451
Thanks Tom - worked fine, but had a strange issue with the logo setting in the customizer - it was showing "no logo" when there was actually a logo showing in the header. I had to upload another logo file and then delete it to make the original one disappear. All is OK now - thanks so much for your help.
No problem - happy to help :)
