How can I make the first item in this grid span 100% without changing the HTML structure?
The first item is assigned an extra class ".sub"
Is it possible to achieve this?
Click here for more information
<div class="fd-col fd-5col">
<div class="fd-menu-item sub">
<div class="fd-item-title"><span>1. CHOOSE YOUR PROTEIN</span></div>
<div class="fd-dietary"></div>
</div>
<div class="fd-menu-item">
...