[Resolved] No way to change "padding" and white space

Home Forums Support [Resolved] No way to change "padding" and white space

Home Forums Support No way to change "padding" and white space

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #146692
    J.R.

    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.

    #146693
    J.R.

    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.

    #146694
    J.R.

    NEVERMIND…

    IM GOING TO JUST BUY THE UPGRADE, LOOKS LIKE YOU HAVE A SPACING SECTION. THX!

    #146711
    J.R.

    I just bought your full $30 package. WONDERFUL. This is the best WP theme ever.

    #146881
    Tom
    Lead Developer
    Lead Developer

    Thanks for your purchase! Glad you’re liking it! 🙂

    #147391
    tenchystryder

    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.

    #170012
    Cynthia Silk

    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

    #170476
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.