• silentt

    (@silentt)


    Hi All. I’m trying to create a full width (screen wide) row while using default layout(not full width) setting on my website. How can I do this ? Is it possible.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    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 –

    Thread Starter silentt

    (@silentt)

    usiso.us

    I’m trying to make the line all across the screen for design purposes. Could you please provide css if possible ?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    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

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    He did supply a link @sterndata usiso.us

    Oops… I didn’t see that. Looks like @jaycbrf has your answer. Sorry!!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Full Width Row’ is closed to new replies.