How can I add more components on the very top part in the Mobile Header section
Posted: Thu Dec 18, 2014 8:23 am
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello!
Try using Grid component.
I had tried it, though the grid makes the components inline, the Grid were pushed down one step down rather than being on the top line. Thanks for you advice
Hi Solomon,
Add this code to a custom CSS
code
.withoutCaption h1{
display: none !important;
}
and add "withoutCaption" class to the header..this will prevent the grid to be pushed down/code
solved it, thanks a lot
Does not work. The whole header is removed