Reply To: Custom Header

Home Forums Support Custom Header Reply To: Custom Header

Home Forums Support Custom Header Reply To: Custom Header

#230964
Tom
Lead Developer
Lead Developer

You would just need to add the tablet-grid-* class to the elements:

<div class="grid-33 tablet-grid-33 header-left">
    Left area content (phone number etc..)
</div>
<div class="grid-33 tablet-grid-33 header-center">
    <img src="URL TO YOUR LOGO" alt="" />
</div>
<div class="grid-33 tablet-grid-33 header-right">
    Right area content (icons etc..)
</div>