Title: Header-Question
Last modified: August 20, 2016

---

# Header-Question

 *  [Lemken](https://wordpress.org/support/users/lemken/)
 * (@lemken)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/header-question-5/)
 * 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](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/header-question-5/#post-3634180)
 * 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](http://www.w3schools.com/css/css_float.asp) 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.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/header-question-5/#post-3634180)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
