I remove header and put grid and i want panel start under the header how it possible??
I want panel same as following image.
Hello! Panel has position:absolute. You can change it's position with JS or customize CSS the way you need.
I tried that in custom css but not affect on panel
.ui-panel{
position:absolute;}
and New Question is that I want to display button Without disc.
Means I want to show image same as above image.
I have image with round disk.I don't want that disk.
Try prediv.ui-panel{
top:45px;
}/preNot sure I understand about button and image. Could you clarify please?
I want same like above image.
I have no idea that is image or button.
How i got same as above image??
Please show us what have you done and what exactly doesn't work? Screenshots would help.