Im trying to create a header like this. Instead of the paypal icon I would like to have some text. Can someone help?
Hello,
Should be possible. What if you add Label component?
How can I make the label and the buttons appear to be on the same bar?
I just tried a label component it wont work.
Hello!
We need to clarify this question with the developers. We'll reply as soon as have more information.
This will take some time.
Please let me know when you find something out
Hello,
Add this css to move title left:
code.ui-title{
text-align:left !important;
margin-left:10px !important;
} /code
In header add grid 1*2 and in greed add 2 buttons, as in the screenshot. Specify the size and assign a class grid-right:
http://www.screencast.com/t/nYYXr8LOmN
Add this custom CSS class:
code.grid-right{
position:absolute;
right:.4em ;
top:0;
} /code
Should be like this:
http://www.screencast.com/t/72WG0CXROc
It looks good. I will try it when I make it to my laptop. Another question, how can I remove the padding of the buttons so all you will see is the flat icons like in the screen shot?