Title: Full Width row layout having gaps
Last modified: June 15, 2020

---

# Full Width row layout having gaps

 *  [shashwatarahut](https://wordpress.org/support/users/shashwatarahut/)
 * (@shashwatarahut)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/full-width-row-layout-having-gaps/)
 * Hi, I am new to WordPress, beginner. I made a webpage using Kadenece blocks, 
   and it was doing fine, until one morning the design broke down. Now the row layouts
   have gaps on both sides of the webpage. I have used other plugins as well and
   they were all working fine until it happened.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-row-layout-having-gaps%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/full-width-row-layout-having-gaps/#post-12993276)
 * Hi [@shashwatarahut](https://wordpress.org/support/users/shashwatarahut/),
    Welcome
   to WordPress! Are you just referencing the 15px padding on either side of your
   rows? You should be able to adjust that from your row layout block settings. 
   Or are you referencing something different? Sorry if I’m misunderstanding.
 * Best,
    Hannah
 *  Plugin Contributor [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/full-width-row-layout-having-gaps/#post-12995004)
 * Hey,
    I took a look, your theme seems to be adding this css:
 *     ```
       .alignfull {
           width: 100vw;
           max-width: 100vw;
           margin-left: calc(50% - 50vw);
           padding: 0 15px;
       }
       ```
   
 * That makes it so items with align-full all have a padding on the right and left.
   I’m not really sure why your theme would adding padding to every full-width row
   but a workaround would be to remove that padding with css like this:
 *     ```
       .alignfull {
           padding: 0;
       }
       ```
   
 * Ben

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

The topic ‘Full Width row layout having gaps’ is closed to new replies.

 * ![](https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382)
 * [Kadence Blocks — Page Builder Toolkit for Gutenberg Editor](https://wordpress.org/plugins/kadence-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kadence-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kadence-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/kadence-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kadence-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kadence-blocks/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/full-width-row-layout-having-gaps/#post-12995004)
 * Status: not resolved