Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How can I create a text align header with more than two buttons?

Adam,

1 You should use image component instead of button
2 You need to remove margin for the title. Use this CSS:

code.ui-title{
text-align:left !important;
margin-left:0 !important;
margin-right:0 !important;
}/code

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I create a text align header with more than two buttons?

I tried the code out now the gray bubble is the entire header. Is there away to remove the bubble it self and just have the header label sitting on the blue header background? Image

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I create a text align header with more than two buttons?

Never mind I figure out what the problem was. It was some old css I added. Thank you for the help.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How can I create a text align header with more than two buttons?

Adam,

Thank you for the update. Do not hesitate to contact us if you need any further help.

Peony Rose
Posts: 0
Joined: Wed Oct 28, 2015 7:59 am

How can I create a text align header with more than two buttons?

Where is the CSS code added in appery.io?

Peony Rose
Posts: 0
Joined: Wed Oct 28, 2015 7:59 am

How can I create a text align header with more than two buttons?

Trying to understand how you add the CSS. I do not have this as a dropdown item under Events.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How can I create a text align header with more than two buttons?

Hi Peony - In the Events tab you can apply CSS dynamically using JavaScript, like shown here: https://devcenter.appery.io/documenta...

Return to “Issues”