Title: Html Question
Last modified: August 30, 2016

---

# Html Question

 *  Resolved [manleyf3](https://wordpress.org/support/users/manleyf3/)
 * (@manleyf3)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/html-question-4/)
 * I got this html code off of the wp site and it is going vertical when I want 
   it to be horizontal
 * `<div><a href="https://twitter.com/SavingSteps"><img title="Twitter" src="http://
   savingsteps.com/wp-content/uploads/2015/10/twitter.png" alt="Twitter" width="
   35" height="35" /></a><a href="[https://instagram.com/savingsteps/]"><img title
   ="Instagram" src="http://savingsteps.com/wp-content/uploads/2015/10/instagram.
   png" alt="Instagram" width="35" height="35" /></a><a href="http://www.facebook.
   com/savingsteps"><img title="Facebook" src="http://savingsteps.com/wp-content/
   uploads/2015/10/facebook.png" alt="Facebook" width="35" height="35" /></a></a
   > <a href="mailto:support@savingsteps.com"><img title="Email" src="http://savingsteps.
   com/wp-content/uploads/2015/10/email.png" alt="Email" width="35" height="35" /
   ></a></div>`
    ^^ This is the html I used
 * [
    Savingsteps.com
 * And here is my site, The problem is at the footer.
 * Thanks so much,
    Manley

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/html-question-4/#post-6692288)
 * Hey Manley,
 * How are you doing today?
 * You should be able to change this with some custom CSS. Please try adding the
   following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .footer-widgets aside#text-4 .textwidget a {
           float: left;
           padding-right: 10px;
       }
       ```
   
 * This should be the result [http://screencast.com/t/abIhAj656tQ](http://screencast.com/t/abIhAj656tQ).
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [manleyf3](https://wordpress.org/support/users/manleyf3/)
 * (@manleyf3)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/html-question-4/#post-6692318)
 * Than you so much have a great day!!!
 * Manley
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/html-question-4/#post-6692320)
 * Glad I could help 🙂 Have a great day too!
 * Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Html Question’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/html-question-4/#post-6692320)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
