Need help with a CSS code that will allign all buttons to center with other text

  • INBB
    Asked on December 27, 2018 at 9:01 AM

    Hello, I am using a CSS code to center all images and texts but am having trouble getting the button selections and bullet points to allign to the center with the text.  Can you help?


    Thanks,

    Brian

    Jotform Thread 1683234 Screenshot
  • Welvin Support Team Lead
    Replied on December 27, 2018 at 9:15 AM

    You seem to have figured it out already. But you can change the custom CSS codes to the following:

    ul.form-section.page-section {

        display: block;

        text-align: center;

        width: 100%;

    }

    To center the bullet points;

    .form-html ul {

        list-style: inside;

    }