Support ForumRemove Margin / Padding / Space Between Columns – Support Forum https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/feed/ Fri, 04 Sep 2026 02:53:09 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/#post-8630 <![CDATA[Remove Margin / Padding / Space Between Columns]]> https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/#post-8630 Sun, 07 Jun 2015 15:23:18 +0000 gemdemhen Hello!

I want to create a split screen homepage (e.g. https://tympanus.net/Blueprints/SplitLayout/) by using a row with two columns. I want to remove the padding between two columns.

I’ve made the row a section, full height-full width.

I’ve added an image for each column, each image is set for Theme Full – 1170 x variable and Stretch to full width. But there is still padding / gap in the middle of the two columns.

I inspected the code and saw this for the right column.

.vc_row-fluid [class^=”wpb_column”], .vc_row-fluid [class*=” wpb_column”] {
margin-left: 2% !important

When I removed the 2% from margin-left, the right image moved to the center, but there was still a gap on the right of the right image.

I’ve searched the forum but to no avail could not find an answer. Sorry! Any assistance would be appreciated.

]]>
https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/#post-8655 <![CDATA[Reply To: Remove Margin / Padding / Space Between Columns]]> https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/#post-8655 Tue, 09 Jun 2015 10:40:38 +0000 IshYoBoy Hey,

Since you have removed the 2% margin the width of both columns is 49% and 49% so you need to override it in your case and set them to 50%.

Can you please share the URL so we can inspect it to see what you have done so far and provide additional code if necessary?

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/#post-8664 <![CDATA[Reply To: Remove Margin / Padding / Space Between Columns]]> https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/#post-8664 Tue, 09 Jun 2015 12:00:31 +0000 gemdemhen Ah, makes sense!

https://icantphone.com/

The images are too large / just for testing purposes. Your assistance is much appreciated.

Thanks!

Gemma

]]>
https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/#post-8672 <![CDATA[Reply To: Remove Margin / Padding / Space Between Columns]]> https://support.ishyoboy.com/forums/topic/remove-margin-padding-space-between-columns/#post-8672 Tue, 09 Jun 2015 13:08:29 +0000 IshYoBoy Hey,

Looks nice. Exactly as we mentioned.. You need to set the widths to 100%. Btw. we suggest adding a special class name to the row and attaching all the overrides for the split row to it so that it only works when you use this class name. E.g. in “Advanced Global Attributes” of the row, set the Class Name to “my-split-row” and then in css use “.my-split-row.vc_row-fluid …”

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>