Stacked Logo Spacing

There appears to be a minimum height allowed for the logo bar (stacked) - and no adjustment to set the height. I have tried so many different settings, but just can’t get it to narrow down past a certain point.
I’ve even tried negative (-) values for the logobar top spacing and still can’t remove the gap above the logo.
reference images attached.

So far, the only option is to use a bigger logo to fill the void. But we need smaller.

Using X (not pro), fully updated, STACK = Icon.

I say there seems to be a minimum because we have tried smaller logo sizes, and increased or decreased top & bottom spacing, and the size of the bar seems to shrink to a certain point (roughly 100-120px), but never more than that point.

Hey Anthony,

Please try adding this code in X > Theme Options > CSS:

.masthead-stacked .x-brand {
    line-height: 0;
    padding: 5px 0;
}

To adjust the top and bottom space of the logo, just change the value of the padding.

Hope this helps.

works perfect, thx.

We are delighted to assist you with this.

Cheers!

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