Page 1 of 1

How can I add more components on the very top part in the Mobile Header section

Posted: Thu Dec 18, 2014 8:23 am
by Solomon Habtu

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 Image Image


How can I add more components on the very top part in the Mobile Header section

Posted: Thu Dec 18, 2014 11:48 am
by Maryna Brodina

Hello!

Try using Grid component.


How can I add more components on the very top part in the Mobile Header section

Posted: Thu Dec 18, 2014 2:58 pm
by Solomon Habtu

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


How can I add more components on the very top part in the Mobile Header section

Posted: Thu Dec 18, 2014 3:26 pm
by Alex GG

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


How can I add more components on the very top part in the Mobile Header section

Posted: Fri Dec 19, 2014 4:03 am
by Solomon Habtu

solved it, thanks a lot


How can I add more components on the very top part in the Mobile Header section

Posted: Mon May 23, 2016 9:03 pm
by Deon

Does not work. The whole header is removed