How to Remove Spacing between Rows
Dear All,
I am making a website for client and i am new to wordpress. I have used page builder to make the website pages. But i want to remove the spacing between rows which is too much. Can someone please help to remove the white space between rows so it will look better. For reference please check the below website.
http://www.kshitijwealth.com/
Thanx in advance.
Regards
Khalid Shaikh
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Khalidrs,
Your theme is adding the extra spacing. I recommend contacting your theme developer about this issue but in the meantime, you can resolve this issue with CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.panel-grid-cell .widget { padding: 5px 0; }You might also need to install the SiteOrigin CSS Editor.
It should be also noted that you should disable paragraphs on the editor on your homepage. A paragraph is being added and it’s significant margin.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.