Clear style in div by injecting CSS code

  • craftlabph
    Asked on November 22, 2017 at 3:27 AM

    How do I remove this style="width: 310px;"? My page break buttons are supposed to be centered. However, I noticed that the Back button is eating a lot of space than it should. Thanks!

    1511339151Capture Screenshot 10

  • BJoanna
    Replied on November 22, 2017 at 4:08 AM

    This issue can be resolved inside of the Advanced Designer. Select any page break button and change the width to 60px.

    1511341336width Screenshot 10

    Another way is to add this CSS code to the form:

    .form-pagebreak-back-container {

        width: 70px!important;

    }

    How to Inject Custom CSS Codes

    1511341533demo Screenshot 21

    Here is my demo form: https://form.jotform.com/73251664270959 

    Feel free to test it and clone it

    Hope this helps to solve the issue.

  • craftlabph
    Replied on November 22, 2017 at 4:14 AM

    That did solved the issue. Thank you so much, BJoanna!