Header

Logo Position #

When side box is available logo can have “out” and “in” positions (default position is “in”). Use .crt-logo-in
and .crt-logo-out classes for logo positioning.

header logo in

<header id="crt-header" class="crt-logo-in">
    ...
</header>

Header logo out

<header id="crt-header" class="crt-logo-out">
    ...
</header>