Reply To: Page-header add-on: Text next to image

Home Forums Support Page-header add-on: Text next to image Reply To: Page-header add-on: Text next to image

Home Forums Support Page-header add-on: Text next to image Reply To: Page-header add-on: Text next to image

#108138
Tom
Lead Developer
Lead Developer

Ah, in Exhibit and Forefront, there’s custom styling to push the image up against the content borders.

.separate-containers .post-image, .separate-containers .inside-article .page-header-image-single, .separate-containers .inside-article .page-header-image, .separate-containers .inside-article .page-header-content-single, .no-sidebar .inside-article .page-header-image-single, .no-sidebar .inside-article .page-header-image, article .inside-article .page-header-post-image {
    margin: -40px -40px 40px;
}

Adjust 40px to your content padding setting 🙂