• Resolved aaschere

    (@aaschere)


    Great plugin!
    Can you recommend a tweak to the CSS to vertically center the label within the column space? I’ve tried a few things that did not seem to work. Any suggestions?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • dietbros

    (@dietbros)

    .wp-nutrition-label {
    margin= auto !important;
    }

    Is this what you were looking for?

    Plugin Author Ruth Maude

    (@dandelionweb)

    Open Customize and in Additional CSS add

    .wp-nutrition-label {
    margin: auto;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Center label within column?’ is closed to new replies.