Can you help me make my page tabs look better?

  • CMRI
    Asked on March 19, 2017 at 12:54 AM

    Do you have any suggestions as to how I can make the page tabs on my form look better?

    It looks clunky. I just want to make it easy for those who fill out my form to be able to complete it easily and I'm not sure the way these tabs are displayed assists?


    Any ideas?

    Jotform Thread 1095479 Screenshot
  • David JotForm Support Manager
    Replied on March 19, 2017 at 11:40 AM

    Please try injecting the following CSS code:

    .tabs-list.mikadoyellow li {

        padding: 3px 30px;

    }

    Example:

    Can you help me make my page tabs look better? Image 1 Screenshot 30

    Result:

    Can you help me make my page tabs look better? Image 2 Screenshot 41

    Let us know if you need more help.

  • CMRI
    Replied on March 19, 2017 at 8:19 PM

    That's great! Is there any way you can change the highlight colour from yellow to blue HEX #3e78bc ?

    Thank you!!

  • Ian
    Replied on March 19, 2017 at 11:23 PM

    Please add the following css code to the tab's widget custom css as shown in the screenshot below :

    .tabs-list.mikadoyellow .current {

        background: #3e78bc !important;

    }

    Can you help me make my page tabs look better? Image 1 Screenshot 20

  • CMRI
    Replied on March 28, 2017 at 7:55 AM

    Following your help above, I added a second blue and probably some other CSS on the "Form Designer" (?)

    and now my form tabs are back to being on 3 lines instead of 2.

    Can you plook at my code and try to help me understand why this is happening?

    Can you help me make my page tabs look better? Image 1 Screenshot 20

  • Özlem JotForm Developer
    Replied on March 28, 2017 at 10:11 AM

    Hello,

    I have cloned your form into my side and checked CSS codes.

    Please inject below CSS into your form:

    .tabs-list.mikadoyellow li {

        padding: 3px 30px;

        margin: 1px 0px -1px 0px;

        color: #fff;

        background: #3e78bc;

    }

    .tabs-list.mikadoyellow .current {

        background: #35669f !important;

    }

    There were some duplicated CSS codes and I removed them and modified CSS codes. 

    Can you help me make my page tabs look better? Image 1 Screenshot 30

     

    After you update the widget, your form will be seen like below:

    Can you help me make my page tabs look better? Image 2 Screenshot 41

    Demo Form: https://form.jotform.com/70864021408956

    You can clone this form into your side: How-to-Clone-an-Existing-Form-from-a-URL?

    Please follow the guide: How-to-Inject-Custom-CSS-Codes?

    If you need any other supports, please feel free to let us know.

    Thank you.

     

  • CMRI
    Replied on March 28, 2017 at 8:12 PM

    Hi, I followed the above and it still isn't formatted correctly.

    What am I doing wrong? :(

    https://form.jotform.co/70867833544870 

     

    Can you help me make my page tabs look better? Image 1 Screenshot 20

  • Ian
    Replied on March 28, 2017 at 9:55 PM

    I still could not replicate the issue at my end.

    This is the screenshot of what I see at my end. Can you help me make my page tabs look better? Image 1 Screenshot 20

    Please refresh the Browser cache http://www.refreshyourcache.com/en/home/ and try again.

    If you continue facing the issue, let us know what browser are you using.

     

  • CMRI
    Replied on March 29, 2017 at 5:43 AM

    You are right! I cleared the browser cache and now it is perfect :)

     

    thank you!

  • Özlem JotForm Developer
    Replied on March 29, 2017 at 6:09 AM

    We are happy to hear that your issue was resolved.

    If you need any further assistance, please don't hesitate to contact us.

    Thank you.