Post title above feature image (ethos) + make feature image full width

Hi Guys,

Using pro and trying to move the post title above the feature image with the feature full width and widget area in line with the content.

I followed advice via a previous thread https://theme.co/apex/forum/t/ethos-blog-title-on-top-full-width-image/33371/4 which has almost worked. The title is appearing before the feature image but the feature image is not full width?

Thanks in advance
Claire :smile:

Hi Claire,

To make it fullwidth, you can add the code below in Theme Options > JS

jQuery(function($) {
    $('.single-post .entry-header').insertBefore('.single-post .x-container.main');
    $('.single-post .entry-featured').insertBefore('.single-post .x-container.main');
});

Hope that helps

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