You are viewing limited content. For full access, please sign in.

Question

Question

Is it possible to display pagination tabs across the entire width of a form?

asked on August 5, 2020

Is it possible to have the pagination tabs span the entire width of the form, rather than being restricted to only a portion of it? I'm not sure if the logo I'm using plays into this behavior at all, but does anyone know if there's a fix for this? I've tried a few different lines of CSS, none of which did anything. I've included a screenshot below, the red area being where I'd prefer the pagination tabs be displayed:

Any help would be much appreciated! Thanks, and have a great day! smiley

0 0

Answer

SELECTED ANSWER
replied on August 6, 2020 Show version history

It is the Form Logo that is causing that behavior (the "City of SouthLake Texas" image). When you add a logo in the Form header like that, it automatically places padding on that side of the Form Title container, which also contains the pagination tabs, to accommodate space needed for the logo. You should be able to remove that padding on the right with the following CSS:

#form-title-wrap {padding-right: 0 !important}

 

Which should result in the pagination tabs spanning the full width of the page. Since the logo is so high up, you won't need that padding there.

4 0
replied on August 6, 2020

Dustin,

That did it! Thanks so much!  I love simple fixes, haha. Have a great rest of your day!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.