Ethos Stack - Full Width Header image?

Hi

I’d like to have my header image as full width, but using Ethos theme. I’ve already searched the forums and have amended my navbar.php file and added some CSS code, which seems to work in the editor, but I still have white edges and the image does not reach the edges of the screen when previewed

What else can I try please?

Thank you

Hey Kelly,

I’d like to clarify if what you’re referring to is the logo of the site I’ve posted in the secure note? I see you have this custom CSS.

.x-logobar .x-container.max.width {
    width: 100%;
    max-width: 1200px;
}

The max-width value needs to be changed to 100% also.

Hope that helps.

Perfect! Thank you so much for your speedy reply.

Kelly

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.