• Lemken

    (@lemken)


    I just want to know if it’s possible to divide the header into two sections, so that a slideshow on the left side of the header is shown and in the right side of the header there are several linked graphics?

    If the answer is yes, I’d like to know how…

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes.
    Wrap the HTML elements you want on the left in <div class="col">.
    Do the same for the elements you want on the right.

    Then use CSS float to bring the left and right aside one another;

    .col {
     float: left;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Header-Question’ is closed to new replies.