Site logo

Archived topic

widget in header uses only half of page

1 reply · Started by Anonymous on January 3, 2016

Viewing posts 1–2 of 2

Hi,

i think i found a bug:

if i add a widget (text, or image or something) to the header, it only uses the right half of the page.
at the bottom it works correct.

Thanks for the help

Best regards
Florian

This is intended. You can make it use 100% with this CSS:

.header-widget {
    max-width: 100%;
}
This archived topic is closed to new replies.