Site logo

Archived topic

element is not showing full width

6 replies · Started by Michael on January 18, 2019

Viewing posts 1–7 of 7

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>

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 :)

This archived topic is closed to new replies.