Config List Widget button gets cut off on bottom

  • RubyCyberElves
    Asked on November 17, 2016 at 8:53 PM

    All of my buttons within the form get cut off on the bottom. I've added form separators but that didn't help and I looked to see if I could adjust row with in CCS but I couldn't find it.

    Can you help?

    See screen shot.

    Thanks, Ruby Schmer
    rubylynnschmer@me.comConfig List Widget button gets cut off on bottom Image 1 Screenshot 20

     

  • Elton Support Team Lead
    Replied on November 17, 2016 at 11:28 PM

    Add this CSS codes into the config list widgets, this should fix it.

    div#listContainer {

        padding-bottom: 20px;

    }

    Config List Widget button gets cut off on bottom Image 1 Screenshot 30

    Config List Widget button gets cut off on bottom Image 2 Screenshot 41