Title: Logo/Tagline Issues!
Last modified: August 21, 2016

---

# Logo/Tagline Issues!

 *  Resolved [LyricalJAZ](https://wordpress.org/support/users/lyricaljaz/)
 * (@lyricaljaz)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/)
 * I am having problems with the way my logo looks in proportion to the rest of 
   my site. Is there anyway to move the main menu down so that it does not overlap
   my logo and I can make my logo bigger?
 * Also my site tagline overlaps my logo. Is there anyway to move over the site 
   tagline so that it does not overlap the logo.
 * Is there also a way to center my logo and tagline?
 * Here is the link to my site: [http://thelyricaljaz.com/](http://thelyricaljaz.com/)

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

 *  [Carol](https://wordpress.org/support/users/spinaweb/)
 * (@spinaweb)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/#post-5091996)
 * Hello LyricalJAZ,
 * This can be done with a little CSS. Are you using a child theme?
 * Carol
 *  Thread Starter [LyricalJAZ](https://wordpress.org/support/users/lyricaljaz/)
 * (@lyricaljaz)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/#post-5091999)
 * Yes, I am using a child theme.
 *  [Carol](https://wordpress.org/support/users/spinaweb/)
 * (@spinaweb)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/#post-5092001)
 * You can adjust the tag line placing by putting the following lines in your child
   theme style.css
 *     ```
       .logo .description {
       margin-left: 120px;
       }
       ```
   
 * You can adjust the margins to your liking.
 * Let me know if this works for you.
 * Carol
 *  Thread Starter [LyricalJAZ](https://wordpress.org/support/users/lyricaljaz/)
 * (@lyricaljaz)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/#post-5092009)
 * It still doesn’t seem to be working. As I adjust the px number higher it adjusts
   the logo instead of the words.
 * I downloaded the simple custom css plug in and pasted the code you gave me in
   that. Could that be the problem, maybe?
 *  [Carol](https://wordpress.org/support/users/spinaweb/)
 * (@spinaweb)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/#post-5092010)
 * I’m sorry. I was in a hurry to answer you as my husband had called me for supper.
   The css should not have contained the .logo
 *     ```
       .description {
       margin-left: 120px;
       }
       ```
   
 * Please let me know if this works. You can put in the custom css plugin
 *  [Carol](https://wordpress.org/support/users/spinaweb/)
 * (@spinaweb)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/#post-5092016)
 * I’m not convinced that the above code will work as it didn’t for me. The original
   code worked and only moved the text not the logo image. I have a screen shot 
   I can show you if you want to email me.
 * Carol
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/#post-5092018)
 * Make the logo smaller…
 * And serach for `.logo-image` and remove `max-width: 180px;`

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

The topic ‘Logo/Tagline Issues!’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/logotagline-issues/#post-5092018)
 * Status: resolved