Stretch Row works different in 7.4

Posted in: Newspaper
Post count: 4

Hello,
I have a problem: in the past I used the stretch row feature to show boxes with colored background which end exactly at the boxed layout.

Since Newspaper 7.4 this has changed. The box is now stretched to the browser window.

Is there a way to reverse this to the old look via css?

Thanks!

Post count: 6535

Hi

You don’t need to use stretch row option, just set a background color for the row and the result will be like here: http://screencast.com/t/z00pVlOMDe Stretch row must be used only id you want to add a background color on a full width row: http://screencast.com/t/nG8MpfAzfIAn

Hope this helps!
Thanks!

Post count: 4

Hi Andrei,
unfortunately that’s not what I’m talking about. The former strech row option ended at the boxed layout of Newspaper, with the new one it overlaps the box. When I use the default option, there’s always a gap.

http://www.nicorola.de/wp-content/uploads/2016/09/beforeafter.jpg

All the best
Nico

Post count: 6535

HI

We made some changes and indeed the layout works different now. You can try this css but I can’t guarantee that it will work fine under any circumstances: http://screencast.com/t/lJ09xZ68ws

@media(min-width: 1025px){
.vc_row[data-vc-full-width]{
width: 1164px!important;
padding-left: 0px!important;
padding-right: 0px!important;
left: 0px!important;
margin-left: -48px;
}
}

Thanks!

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