I'm having a problem making the feature image on a post page the full-width of..

Posted in: Newspaper
Post count: 1

Hello Support,

I’m having an issue making the feature image the full width of the post area. Any suggestions?

I would like to make this global.

Woman smiling

Post count: 20688

Hi,

The image is already the full width of the post content (696px with sidebar). The rest of the content is wider for some reason
http://prntscr.com/lred0e
I see other posts from the website have the same issue, others have the post content too narrow
http://prntscr.com/lreaqh

From what I can tell the posts have been built with Visual composer, we strongly don’t recommend this, but have taken steps to try and fix layout issues that could appear.

1. In the case where the content is narrower maybe you have designed the content with a sidebar in Visual composer (split row)
https://www.screencast.com/t/BDOre6r3
You would have to edit the post and make the row full (no sidebar). There is no need for a sidebar in the post content.

2. In the other case where the content is larger, I could give you a CSS for it
http://prntscr.com/lretvf
Enter it in Theme panel->Custom code CSS section. It should fix that case.

@media (min-width: 767px) {
.single .vc_column_container {
padding-left: 24px;
padding-right:24px;
}}

3. As for building posts, you could try out from now on to use the tagDiv composer and cloud library plugin
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
This will allow you to build post templates actually, not the post content itself. The cloud post templates can be seen and even edited here
https://affiliate.tagdiv.com/#/load/Single

Please let me know if you have more questions.

Thanks

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