Title: Help with CSS
Last modified: August 18, 2016

---

# Help with CSS

 *  [brave](https://wordpress.org/support/users/brave/)
 * (@brave)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/help-with-css/)
 * i got problem with my css layout.. i’ve tried to read css tutorial, but it seem
   my brain too slow to understand.. this is my test file [http://l-amore.org/test.php](http://l-amore.org/test.php)
   the problem i have is, i cant change the title and category font, even i already
   edited the css for that.. the strangest thing is *for me* if i try to put in 
   another place the author, the table will come out without scroll.. *that not 
   what i want*. and why my comment not styled with the css that i set.. my css 
   file is [http://l-amore.org/test.css](http://l-amore.org/test.css) .. if anyone
   help me with this.. i’ll very appreciate it.. coz im stuck on this for a week..*
   sigh*

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

 *  [seriocomic](https://wordpress.org/support/users/seriocomic/)
 * (@seriocomic)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/help-with-css/#post-26096)
 * From what I can see (and excuse me but the non-english references make it a bit
   harder) is that you are defining the style for your title and categories in your
   style sheet as **classes** and referring to them in your markup as **divs**. 
   E.g:
    (in style sheet) `.judulpost { text-align: center; font-size: 10pt; color:#
   333333; } when it should be #judalpost. Hope that helps. Mike [http://www.seriocomic.com](http://www.seriocomic.com)
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/help-with-css/#post-26100)
 * Surf on over to [http://www.communitymx.com](http://www.communitymx.com) where
   you will find loads of information about CSS and other web development “stuff.”
   There are lots of free CSS articles and you can subscribe to the site or buy 
   individual articles for a small fee. Check it out! It’s a great resource site,
   and is growing every day. CMX has a lot of well-known experts in the web dev 
   field – they are worth a look. There are free articles for other things as well.
   The focus on CMX is in using the MM Studio MX tool suite, but a lot of their 
   articles are far more generic.
    Craig.
 *  [macewan](https://wordpress.org/support/users/macewan/)
 * (@macewan)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/help-with-css/#post-26155)
 * // In the xhtml file //
    <div class=”bob”>text</div> <div id=”larry”>text</div
   > ———————————————————– // In the css file // div.bob { text-align: center; font-
   size: 12pt; color: #333; } div#larry { text-align: center; font-size: 10pt; color:#
   ccc; } ———————————————————– div.bob is a class. div#larry is an id. ———————————————————–
   classes would be used more than once, like with paragraphes in a blog. id’s are
   used once like with a copyright notice at the bottom of page. ———————————————————–

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

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

 * 3 replies
 * 4 participants
 * Last reply from: [macewan](https://wordpress.org/support/users/macewan/)
 * Last activity: [22 years, 7 months ago](https://wordpress.org/support/topic/help-with-css/#post-26155)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
