Full Width Featured Image Default Post Style

Posted in: Newsmag
Post count: 46

Hi,

Is it possible to make the featured image full with on default post style?

So the featured image looks like Post style 3.

Thanks

Post count: 23312

Hello jerocarson,

Unfortunately, our theme hasn’t been designed to add a full width featured image on default post style template. This is not a simply task and require a better knowledge of Css and coding and also some time to achieve this. If you are not aware the steps to achieve this thing, please consider to hire a freelancer/developer to do this for you, because we do not provide a custom work for the moment, sorry. I suggest to use post template style 6 because this template has the featured image in full width, as an alternative., like this: http://screencast.com/t/1jUyn5Ht

For more information about post templates, please consult our documentation, here: https://forum.tagdiv.com/newsmag-post-templates/

Hope this helps and let us know how it goes!

Sorry for the inconvenience and thank you for your understanding!

Post count: 46

Perhaps, you missed my question. I don’t mean full width to cover the entire screen which is nice tho. I mean something like post template style 3.

Post count: 23312

Hello jerocarson,

You should try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/Ca2XfxRj

.single_template .td-post-content {
padding: 0px;
}
.single_template .td-post-featured-image img {
width: 100%;
}

The result is here: http://screencast.com/t/3HSs3nosxZS2

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 46

Hey buddy,

It didn’t work on my end. 🙁

Post count: 23312

Hello jerocarson,

Please try the code above, without .single_template in your Theme panel.

.td-post-content {
padding: 0px;
}
.td-post-featured-image img {
width: 100%;
}

The result: http://screencast.com/t/gH42hD4VzMH

I suggest to use template style 3 if you like, because it is not an easy task to change the default template to look similar with the template style 3. The featured image in the default template is in the same container with the content and in the template style 3 is in other container and when you try to change this may appear other problems.

Hope this helps and let us know how it goes!

Thank you for your understanding!

Post count: 46

Thanks alot..

Post count: 46

Let me go with style 3

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.