Solomon Habtu
Posts: 0
Joined: Thu Dec 04, 2014 5:42 pm

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

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

Solomon Habtu
Posts: 0
Joined: Thu Dec 04, 2014 5:42 pm

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

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

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

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

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

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

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

Does not work. The whole header is removed

Return to “Issues”