Conflict: global block in header breaks inline search

As above. If I add a global block (its just a set of social links) to a pro header, it stuffs up the display of the inline search.

Remove global block- search works fine:

Re-add global block- search breaks again:

Any idea why this is, or how to fix?

I’ll provide login credentials separately.

Hi @liquidedge

That’s because the row container for this social media icons is marginless row, if you want it like that, you can add this CSS code to (Pro > Theme Options > CSS):

.x-masthead .x-section .marginless-columns {
    width: inherit!important;
}

I’m sure this should fix it,
Thanks.

Perfect, thanks!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.