Reply To: image alignment not working with custom post type

Home Forums Support image alignment not working with custom post type Reply To: image alignment not working with custom post type

Home Forums Support image alignment not working with custom post type Reply To: image alignment not working with custom post type

#244896
John

I removed the wp_enqueue_style mentioned above and still cannot control image alignment. I examined the element with my browser and still this:

.generate-columns-activated .generate-columns-container article:not(.featured-column) .post-image {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

The image only centers when enabling columns in the GP Blog settings.