Archived topic
element is not showing full width
6 replies · Started by Michael on January 18, 2019
can you please tell me why?
I am referring to the second header below the navigation. It's being squeezed left and right. Why doesn't it show full width?
Hi there,
Are you referring to this image?
https://www.screencast.com/t/Ymf89R51qMm
It doesn't look like it's added using header element.
Can you disable all caching plugins while we are debugging?
Thanks!
yes that is it. I used hook element...
<div class="grid-container header-image grid-parent">
<img src="URL.jpg" />
</div>
I can't quite tell why the image isn't full width.
Looks like something is giving it max-width: 715px; but I don't think it's GP.
Can you try #1 here to eliminate any plugin conflicts?
https://docs.generatepress.com/article/debugging-tips/
Could it be this? I see the css says...
.grid-container.header-image {
padding-top: 25px;
}
@media (min-width: 769px) {
.header-widget {
display: none;
}
}
found the error thanks
Awesome :)