Bulma forcing new lines in small displays with levels
Hi,
I'm using Bulma's level helper to inline components, my issue is that with smaller displays different level sides/items will be placed in seperate lines, even though I need them to be in-line.
Of course it's going to display as a column rather than a row because it's accommodating the smaller screen size.
This is basic CSS (Flex), so you should really know this, more specifically responsiveness.
I suggest you dive into the CSS yourself and resolve the issue. It really is not hard. Yes the whole point of this forum is to provide help but even a beginner could fix this problem.