Halo,
I Was trying to add 3 list boxes inside the mobile header part, in inline mode, but when I add them it expands the header and take the third one down. Is it possible to fix that. I have attached two images to look the difference.
Thanks
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