Hi
When the kickstart template on Google Chrome
is displayed on browser is on 90%zoom or 110%.
It show gap in the menu

Best Regards
Charles

Comments

cookiz’s picture

Assigned: Unassigned » cookiz
cookiz’s picture

Status: Active » Closed (fixed)

Hi, thanks for noticing the bug,
it has been fixed in omega_kickstart theme last dev version for now.

charlie charles’s picture

Here's one way to fix it.
I hope that helps

ul {
font-size:0;
}

li {
font-size: whatever;
}

jsacksick’s picture

Here's the patch of the commit

charlie charles’s picture

Thank you :)