Title: {PAINTER theme} header help!
Last modified: August 19, 2016

---

# {PAINTER theme} header help!

 *  Resolved [Sheila](https://wordpress.org/support/users/maviefol/)
 * (@maviefol)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/)
 * I’m hoping someone is out there that can help w/my wordpress theme called Painter.
   I’m having ‘issues’ with my wording in my header. (my [web address](http://www.puttohio.com))
 * I cannot seem to figure out HOW to move this wording up into the left corner.
   I have a blog with a different theme and have no problem moving anything anywhere,
   but this theme, however wonderful it really is, isn’t easy to move stuff or code
   stuff.
 * Any suggestions? Thank you so much.

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

 *  Thread Starter [Sheila](https://wordpress.org/support/users/maviefol/)
 * (@maviefol)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000225)
 * (btw, I can change the colors and everything in the color editor, I just cannot
   move it.) Thanks.
 *  [kkarpieszuk](https://wordpress.org/support/users/kkarpieszuk/)
 * (@kkarpieszuk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000230)
 * in style.css file of this theme find:
 *     ```
       #header .blog-title {
       font-size:30px;
       padding:30px 20px 0;
       }
       ```
   
 * and remove line with padding (or change its values, first 30px is distance from
   top, and 20 from left border)
 *  Thread Starter [Sheila](https://wordpress.org/support/users/maviefol/)
 * (@maviefol)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000232)
 * This is all that’s in my stylesheet:
 *     ```
       This program is distributed in the hope that it will be useful,
         but WITHOUT ANY WARRANTY; without even the implied warranty of
         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
         GNU General Public License for more details.
       */
   
       .aligncenter {
         display:block;
         margin:auto;
       }
   
       .alignleft {
         float:left;
       }
   
       .alignright {
         float:right;
       ```
   
 * Seriously, that’s all that’s in there. Should I add what you wrote above? Thanks.
 *  [kkarpieszuk](https://wordpress.org/support/users/kkarpieszuk/)
 * (@kkarpieszuk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000236)
 * are you sure? 😉
 * this is your style.css file [http://www.puttohio.com/wp-content/themes/painter/css/style.css](http://www.puttohio.com/wp-content/themes/painter/css/style.css)
 * i see there more tags 🙂
 *  Thread Starter [Sheila](https://wordpress.org/support/users/maviefol/)
 * (@maviefol)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000238)
 * When I go into my Theme Editor, and it lists the template files, and all the 
   stuff like header, footer, etc etc is listed, then there’s one file for styles,
   and that’s the cut and paste (above). I Swear! 🙂
 * Unless it’s hidden somewhere?
 *  Thread Starter [Sheila](https://wordpress.org/support/users/maviefol/)
 * (@maviefol)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000240)
 * How did you find that (that you linked?) lol. I’m not seeing any of that, anywhere.
 *  [kkarpieszuk](https://wordpress.org/support/users/kkarpieszuk/)
 * (@kkarpieszuk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000241)
 * to be sure: you look for style.css at you server, not at your home computer? 
   😉
 * if i link to this file above, belive me: this file is there for 100% 🙂
 * btw, this file you can also see (and edit) in dashboard of WP. go to dashboard
   > design > theme editor and at side you will see collection of theme files. most
   of them will be .php files, but you will se there also style.css
 *  Thread Starter [Sheila](https://wordpress.org/support/users/maviefol/)
 * (@maviefol)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000244)
 * Okay, yes, that’s where I was looking. Here’s what it says
 * “Theme Files
    Templates Comments (comments.php) Footer (footer.php) Header (header.
   php) Main Index Template (index.php) Page Template (page.php) Sidebar (sidebar.
   php) Single Post (single.php) Theme Functions (functions.php) Styles Stylesheet(
   style.css)” ** This is the one I cut and pasted before
 * I’m lost. I found all that through dashboard, but your file is not accessible
   through this. The only style file is that little thing I pasted.
 *  [kkarpieszuk](https://wordpress.org/support/users/kkarpieszuk/)
 * (@kkarpieszuk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000247)
 * ok, i see the problem
 * dashboard shows file
    [http://www.puttohio.com/wp-content/themes/painter/style.css](http://www.puttohio.com/wp-content/themes/painter/style.css)
 * but we need to edit:
    [http://www.puttohio.com/wp-content/themes/painter/css/style.css](http://www.puttohio.com/wp-content/themes/painter/css/style.css)
 * (do you see additional css/ in second url?)
 * the file which you need to edit is in folder called ‘css’ inside of theme folder‘
   painter’. you cannot obtain it via dashboard. you need to use FTP program
 *  [kkarpieszuk](https://wordpress.org/support/users/kkarpieszuk/)
 * (@kkarpieszuk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000248)
 * (btw, if you don’t have ftp access we can do this without, but first try ftp)
 *  Thread Starter [Sheila](https://wordpress.org/support/users/maviefol/)
 * (@maviefol)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000250)
 * Oh good gravy. lol. Okay, I see I can access the file in my hosts file manager
   thing. Which I did. And I see exactly what you sent me. Now…should I change it
   in the file manager? Is there a way to put it with the other theme files in my
   theme editor in the dashboard?
 * I won’t actually change anything until you tell me to. I have a bad habit of 
   messing things up. 🙂
 *  [kkarpieszuk](https://wordpress.org/support/users/kkarpieszuk/)
 * (@kkarpieszuk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000251)
 * yes, you can put it in diffrent file, but don’t worry just open this exact style.
   css file change what i suggested in first file and then save this file
 *  Thread Starter [Sheila](https://wordpress.org/support/users/maviefol/)
 * (@maviefol)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000252)
 * Oh I’m giving you lots of cyber hugs right now! You are a GENIUS!
    Thank you 
   so much. I would have seriously NEVER found that on my own. In fact, when you
   sent me that file, I couldn’t believe you found that. I knew I was looking for
   something like that but couldn’t figure out why I couldn’t access it.
 * Again, thank you SO VERY much!
 * Now I can tinker away!
 *  [kkarpieszuk](https://wordpress.org/support/users/kkarpieszuk/)
 * (@kkarpieszuk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000253)
 * no problem, have a nice blogging 🙂 and maybe change status of this topic to 
   solved (it’s at right sidebar)

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

The topic ‘{PAINTER theme} header help!’ is closed to new replies.

## Tags

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

 * 14 replies
 * 2 participants
 * Last reply from: [kkarpieszuk](https://wordpress.org/support/users/kkarpieszuk/)
 * Last activity: [17 years, 3 months ago](https://wordpress.org/support/topic/painter-theme-header-help/#post-1000253)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
