You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGO needs to be centered on Mobile view taking entire row
And left floated when in large display with rest of columns.
But I am unable to do so using bare simplegrid classes..
<div class="grid">
<div class="col-3-12 mobile-col-1-1">
Logo
</div>
<div class="col-9-12 mobile-col-1-1">
<ul>
<li class="push-right mobile-col-1-2">
RIGHT HEADER 1
</li>
<li class="push-right mobile-col-1-2">
RIGHT HEADER 2
</li>
</ul>
</div>
</div>
The text was updated successfully, but these errors were encountered:
LOGO needs to be centered on Mobile view taking entire row
And left floated when in large display with rest of columns.
But I am unable to do so using bare simplegrid classes..
The text was updated successfully, but these errors were encountered: