Page 1 of 1

Wizard

Posted: 06 Aug 2016, 18:31
by kimg
Hi,

I'm using the venture theme/layout and want to insert a wizard in a page.

The wizard itself is built like the sample on primefaces.org.

But the 'Next' and 'Back' buttons don't appear correctly. I would have expected one of each button in either side of the wizard.

Iinstead they stack on top of each other for the full width of the wizard. How can i correct this?

/
Kim

Re: Wizard

Posted: 09 Aug 2016, 09:12
by mert.sincan
Please try with;

Code: Select all

.ui-wizard-navbar .ui-button {
   width: auto;
}

Re: Wizard

Posted: 09 Aug 2016, 10:29
by mert.sincan
Fixed for next versions. Thanks for this issue; https://github.com/primefaces/layouts/issues/107