Different width of Block in Page (full width) and Post (with sidebar)

Posted in: Newspaper
Post count: 30

Hi,

I would like to add block using shortcode at the bottom of article. I intent to use Block 15, however i notice the that in Page view, Block 15 is showing 3 columns http://www.screencast.com/t/l4v4W1mU, however in Post view, it shows 5 columns http://www.screencast.com/t/t62Sk7IvsWut.

My intention is i want exactly the same view in Page with 3 columns.

Please advise.

Post count: 22421

Hello,

Visual composer elements were not tested on posts. They work but lose their CSS and styling. You need custom work to get them to display like on a page.
As an alternative, you can use a different block to achieve your goals. For example a block 14: http://screencast.com/t/JzduopNO1
and style it with CSS:

.single-post .td_module_mx1{
padding-bottom:5px;
padding-right:1px;
}
.single-post .td_block_14{
margin-top:15px;
}

You can change the padding/margin values to your preference.
Add the code to the theme panel->Custom CSS box.

Thanks

Post count: 30

Hi,

Thanks for the advise. I do hope in future Visual composer for post can be enhanced.

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