Blog title full width

I would like the blog title container to be full width, but the title itself to be in the container.

See here-title background, gray color, needs to be full width

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:

.single-post .x-container.max.width.offset {
    width: 100%;
}

Hope it helps :slight_smile:

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