Title: Header
Last modified: September 4, 2016

---

# Header

 *  Resolved [nuzik](https://wordpress.org/support/users/nuzik/)
 * (@nuzik)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/header-48/)
 * hi, trying to add some custom text to the top left hand of the header for a phone
   number to know avail tried adding some to simple css but nothing any idea?
 * I also want to move down the middle of the slider text from where it is as when
   the screen reduces as the menu is bigger it crosses over. Any ideas on that?
 * [http://www.bristolselfiestation.co.uk](http://www.bristolselfiestation.co.uk)

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/header-48/#post-8135838)
 * Hello there,
 * To insert a phone number or text to the top left hand of the header, you should
   edit the header.php file in the child theme mode. If you haven’t created it yet,
   you might be interested to use our [premade child theme for Sydney](http://athemes.com/download/sydney-child-theme/).
 * To move down the slider content, could you please try to apply the following 
   CSS code through the [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
   plugin or child theme’s style.css?
 *     ```
       .slide-inner {
          top: auto;
          bottom: 0;  
         -webkit-transform: unset !important;
         -moz-transform: unset !important;
         -ms-transform: unset !important;
         -o-transform: unset !important;
         transform: unset !important;
       }
       ```
   
 * Regards,
    Kharis
 *  Thread Starter [nuzik](https://wordpress.org/support/users/nuzik/)
 * (@nuzik)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/header-48/#post-8136092)
 * spot on dude, i couldnt for the life of me anywhere find it!

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

The topic ‘Header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.67/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [nuzik](https://wordpress.org/support/users/nuzik/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/header-48/#post-8136092)
 * Status: resolved