• Resolved ciro2018

    (@ciro2018)


    I would like to reduce the space between the headline “Evaluation Committee” and the first row of the team. Same for the space between the two rows themselves. Is it possible to reduce that space?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Darko

    (@spwebguy)

    Hi,

    Try using the following custom CSS:

    .tmm .tmm_member { margin-top: 0px !important; }

    Even though !important should be avoided, here the selector are very precise and won’t affect anything else on the site so you can safely use it.

    This CSS snippet is to be added in any custom CSS area provided by either the Customizer (under Appearance), your theme or a plugin like JetPack. Alternatively you could also add it at the end of your theme’s style.css file but we do not recommend it.

    Let me know if you have any trouble implementing this.

    Thread Starter ciro2018

    (@ciro2018)

    Thanks! It worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce padding top?’ is closed to new replies.