Help me with feature image

I wanna see my feature image on the left site of my content

Hi @learnmechanical2019,

To achieve that, please try adding this custom CSS under Theme Options > CSS:

@media (min-width: 980px){
    .category .entry-featured {
        width: 30%;
        float: left;
    }

    .category .entry-wrap {
        float: right;
        width: 65%;
    }
}

But I recommend you to take a look at Ethos stack, the layout of blog page:

http://demo.theme.co/ethos-1/

Hope it helps :slight_smile:

thanks, but can you specify me how this section is created? I also wanna create this slider

Hi @learnmechanical2019,

That is the Ethos Stack Post Slider. You can enable it under Theme Options > Ethos

Then you can select posts and enable it to show in the slider.

For more information, kindly refer to the link below.

Thanks

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