Horizontal rules are not staying inside form parameters

  • 24hrsafetyforms
    Asked on June 22, 2016 at 6:38 PM
  • liyam
    Replied on June 22, 2016 at 10:48 PM

    Hello,

    You can use this CSS code instead:

    hr {max-width: 700px !important;}

    But what I would recommend is to adjust the list elements width instead rather than the hr tags. hr tags automatically adjust to the center which it is contained so it might appear to have an odd position due to paddings and margins set on the list tags. So this is my recommended CSS code to use:

    #id_62, #id_63, #id_64, #id_75, #id_87, #id_66 { max-width: 630px !important; }

    If you have questions, please do let us know.

    Thanks.