Title: CSS Help
Last modified: August 20, 2016

---

# CSS Help

 *  [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * (@cyrjm)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/)
 * Ok, so I’m usually pretty good at using the tools in Firefox and Chrome to make
   CSS changes. Admittedly, I’m a CSS rookie in all respects.
 * I’m working on a site where all I’m trying to do is align the bottom of the logo
   to bottom of the top navigation menu items. Unfortunately, I’m using an “under
   construction” plugin so I can’t show you the actual page, but here is what I’m
   trying to edit:
 *     ```
       <!-- Header -->
       		<header id="header" class="container site-header" role="banner">
   
       			<div id="header-inner" class="sixteen columns over">
   
       				<hgroup id="masthead" class="one-third column alpha">
       					<h1 id="site-title" class="site-title"><a href="http://smithcoadventures.com/" title="Smith Co Adventures" rel="home"><img src="http://smithcoadventures.com/wp-content/uploads/2012/10/SmithCo_Logo_Web31.png" class="scale-with-grid" /></a></h1>
       									</hgroup>
   
       media="all"
       html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
       margin: 0;
       padding: 0;
       border: 0;
       font-size: 100%;
       font: inherit;
       vertical-align: baseline;
       }
       ```
   
 * I’m trying to change “baseline” to “bottom” and when I do that in Chrome, it 
   looks the way I want it. My question is, what selector do I use in my child theme?
 * I have tried
 *     ```
       #header #img {
       margin: 0;
       padding: 0;
       border: 0;
       font-size: 100%;
       font: inherit;
       vertical-align: bottom;
       }
       ```
   
 * I’ve also tried a bunch of others, I know it’s something super simple that I’m
   missing. Any advice would be greatly appreciated and worthy of an internetz high
   five.

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

 *  Thread Starter [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * (@cyrjm)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094660)
 * I should also note that I have removed the site title with the following:
 *     ```
       #site-title {
       margin-bottom: 0px;
       }
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094664)
 * Your query is better suited on a [forum](http://csscreator.com/forum) that specalises
   in CSS support.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094668)
 * In the meantime, try using Firefox with the Firebug add-on for this kind of CSS
   work.
    [http://getfirebug.com/](http://getfirebug.com/)
 *  Thread Starter [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * (@cyrjm)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094674)
 * Andrew, I will re-post. esmi, please read the first paragraph.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094677)
 * I did. You didn’t mention Firebug.
 *  Thread Starter [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * (@cyrjm)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094681)
 * Sorry, to clarify I am using Firebug as well as Chrome’s tools. I’ve been tinkering
   with this for an hour or so with both browsers, can’t get it to work. I can get
   it to work when I change it live in Firebug, but I’m not writing the proper code.
   When I add it to my child theme, no luck.
 *  Thread Starter [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * (@cyrjm)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094711)
 * Can I get a moderator to move this to the CSS forum…my apologies for posting 
   here. Thanks!
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094712)
 * There isn’t a CSS forum here. It is usually beyond the scope of these forums 
   to deal with general CSS issues. Perhaps you need to try a dedicated CSS resource
   such as [http://www.css-discuss.org/](http://www.css-discuss.org/) instead?
 *  Thread Starter [cyrjm](https://wordpress.org/support/users/cyrjm/)
 * (@cyrjm)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094713)
 * Saw the Themes and Templates forum with xhtml and css help. I’ll give that forum
   a shot.
 *  [MickeyRoush](https://wordpress.org/support/users/mickeyroush/)
 * (@mickeyroush)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094727)
 * Another good forum for CSS help.
    [http://csscreator.com/forum](http://csscreator.com/forum)

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

The topic ‘CSS Help’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [selector](https://wordpress.org/support/topic-tag/selector/)
 * [vertical alignment](https://wordpress.org/support/topic-tag/vertical-alignment/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 4 participants
 * Last reply from: [MickeyRoush](https://wordpress.org/support/users/mickeyroush/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/css-help-28/#post-3094727)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
