Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #58638
    robertjm
    Participant

    Hi all,

    How do I remove some of the padding (white space) above and below the images in my footer on this page?

    I’m presuming it has something to do with adding a #site-generator reference in my Custom CSS. But, I’m not quite sure how to specify it.

    BTW: Is there a document which discusses the default “sections” of the wordpress theme? It’d be helpful, rather than having to always ask since they’re not always intuitive.

    Thanks!

    Robert

    #58692
    Sakin
    Keymaster

    @robertjm: You can adjust the padding as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #site-generator {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    Sorry I don’t know which document are you talking about. We only have document for Theme Instructions at http://catchthemes.com/theme-instructions/catch-box-pro/

    #58753
    robertjm
    Participant

    Thanks for the reply! That solved what I wanted to do.

    As for the documentation question, what I was hoping for was something that says what parts of the layout are called what under the hood (example: #site-generator = footer, #primary = main column, #secondary = small column, etc.).

    The actual names needed for modifying my custom css are obviously not intuitive, or I wouldn’t have had to ask.

    Hope that explains wha I was asking better.

    Later,

    Robert

    #58803
    Sakin
    Keymaster

    @robertjm: There is no such technical documentation. For that you might want to use Firebug http://getfirebug.com/whatisfirebug

    #58814
    robertjm
    Participant

    Too bad. I’d hope that would be something you could consider down the road. Thanks for the suggestions about Firebug. I took a quick peek at it, and it looks interesting. I’ll play around with it later tonight, when I get back from the website meeting I have in an hour.

    Later,

    Robert

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to have less margin/padding within footer?’ is closed to new replies.