Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Buttons in footer

I have 4 buttons in a grid in footer. They all display as inline but I want them to be full length. How do I do this?

I tried data-inline:false on button but it didn't work.

Thanks,
Aeneas

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Buttons in footer

Hello,

Please show us how and where do you use this code.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Buttons in footer

I tried this code in the button properties. I've also tried using the below classes for footer and the buttons but still didn't work

.invoiceFooter{
position: fixed;
box-sizing: border-box;
display:block !important;

}

.footerButton{
display:block;
}

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Buttons in footer

Hi Aeneas,

Please use following CSS code in the CSS asset to get your footer buttons block-displayed.

pre

div.ui-footer a.ui-btn{
display: block;
}

/pre

Regards.

Return to “Issues”