Big grid background now full width after update

Posted in: Newsmag
Post count: 20

Hello,
I upgraded to 7.5 and now the big grid (I’m using big grid 5) has a background covering the full width.
(I’m using the boxed version for my page)

In the HTML it seems to be here, the width and padding are set dynamic (in this case width = 1781px, padding left/right = 332.5):

<div class=”vc_row wpb_row td-pb-row import_video_slider_bg” data-vc-full-width=”true” data-vc-full-width-init=”true” style=”position: relative; left: -332.5px; box-sizing: border-box; width: 1781px; padding-left: 332.5px; padding-right: 332.5px;”>

Any possibility that the big grid’s size is fixed and background will not stretch beyond the website’s bounds?

Thanks,
Jan

Post count: 23312

Hello zzboba,

Please provide your website URL so I can take a closer look. I need to investigate your website so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 20

tagDiv team helped me via Email, topic is solved. Thanks!!

If anyone encounters the same problem, put this in your custom CSS

.page .td-main-content-wrap {
overflow: hidden;
}

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