Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35497
    maevamena
    Member

    Hi Sakin,

    How can I reduce the padding between the green menu ribbon and the page below? I’d also like to reduce the space between widgets.

    http://69.195.124.223/~forevft4/?p=135

    Thank you!

    Maeve

    #35561
    Sakin
    Keymaster

    Hi Marve,

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

    /* For space below menu */
    #main { padding-top: 40px; }
    /* For Space between widgets */
    #secondary .widget {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    Regards,
    Sakin

    #35712
    maevamena
    Member

    Marve? 🙂

    #35758
    Sakin
    Keymaster

    Hi Maeve,

    Sorry was too sleepy 🙂

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Padding’ is closed to new replies.