Can I Control Navigation Button Size Using Iframe Embed Widget?

  • zoiglobal
    Asked on June 2, 2017 at 1:25 PM

    Hello.  I am using the Iframe Embed widget on form located at https://form.jotform.us/71504475601148.  I use the aforementioned form along with another form located at

    https://form.jotform.us/71504521801142 on my website page located

    at http://findyourfreedom123.com/gboonly/calculator/concept/.  I would like to split my webpage 50/50 to enlarge the video on the left side of my website page.  However, due to the number of pages in the right side webpage form, wrapping occurs to accommodate the number of pages in the navigation bar of the right side form.  

    Can I control the size of the navigation button on the Iframe Embed widget?  If so, please advise.

    Denise

     

  • David JotForm Support
    Replied on June 2, 2017 at 2:35 PM

    My apologies I am not quite sure which navigation bar your are referring to.  Are you referring to the page tab widget buttons?

    Can I Control Navigation Button Size Using Iframe Embed Widget? Image 1 Screenshot 20

    That is the only navigation bar I can see in the form and it is on the top. 

    If that is the case, you can add the following CSS to your form to control the width of the tabs:

    ul#tabs-list li {
        width : 30px !important;
    }

    Adjust the width to suit your needs.

  • zoiglobal
    Replied on June 2, 2017 at 4:23 PM

    Good guess!  That is exactly the navigation bar I am referencing!  Thank you.  I'll give it a shot!

    D

  • David JotForm Support
    Replied on June 2, 2017 at 5:32 PM

    You can also set the margins to bring them closer together:

    ul#tabs-list li {
        marginleft : 0px;
        margin-right : 0px;
    }

    This will remove any space between the tabs.

  • zoiglobal
    Replied on June 2, 2017 at 10:11 PM

    Thank you so much for your assistance.  I really appreciate you!

     

    Denise