Please provide a link to a page on your site where we can see this. Thanks.
you will either have to add custom css to change the width or create a child -theme with a new page template. Either way… 5 min fix –
usiso.us
I’m trying to make the line all across the screen for design purposes. Could you please provide css if possible ?
we can’t help without a link to your site.
He did supply a link @sterndata usiso.us
@silentt the div:
<div class=”ppb-row panel-row-style panel-row-style- ppb-stretch-full-width” style=”margin: 0px -552.5px; display: block; padding-left: 552.5px; padding-right: 552.5px; border-left: 0px none; border-right: 0px none;”>
Has padding that cancels out the negative margins, if you remove this from the style : padding-left: 552.5px; padding-right: 552.5px;
it will be full width
http://prntscr.com/fhui9p
He did supply a link @sterndata usiso.us
Oops… I didn’t see that. Looks like @jaycbrf has your answer. Sorry!!!