Archived topic
No way to change "padding" and white space
7 replies · Started by Anonymous on October 23, 2015
In your old versions, I was able to go through the CSS and change the padding and white space around the header and the widgets.
Right now, there's all this padding and space. I should be able to edit that (usually something like "margin 10px")
I'm no expert, but I've tried this in your current version, to find the place to edit this, and there is nothing that works.
Right now my site has all this white space, especially around the header, and the widgets -- for example, the text or whatever within the widget has all this extra padding I'd like to reduce, as well as make the space between the right sidebar and main area much less -- just a few pix.
I wanted to add, I now have the Child thing installed, so I can add some custom CSS
By the way, this is a WONDERFUL theme and if I get this fixed I'd like to make a donation.
NEVERMIND...
IM GOING TO JUST BUY THE UPGRADE, LOOKS LIKE YOU HAVE A SPACING SECTION. THX!
I just bought your full $30 package. WONDERFUL. This is the best WP theme ever.
Thanks for your purchase! Glad you're liking it! :)
J.R.
If you want to add custom css, check the link in Tom's signature. I use Simple Custom CSS and it works a treat.
Hi Tom
I have one widget with text description. My question is how do I reduce the space on one specific widget beneath the text? The widget in question is the 4th on the left side bar titled The Divine Matrix.
http://www.the-angel-channeler.com
Thank you,
Cynthia
Hi Cynthia,
You need to find the unique ID of that widget as explained here: https://generatepress.com/forums/topic/style-sidebar-widgets-individually/#post-44788
Then you can remove the space from it:
#text-6 {
margin-bottom: 0;
}
