Full Width Image on my Custom Post Tuype

Hi there,

I would like to make my top image show case full width.

Hi There,

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

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

Hope it helps :slight_smile:

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