Title: CSS, text size
Last modified: August 20, 2016

---

# CSS, text size

 *  Resolved [saki](https://wordpress.org/support/users/saqibqayyum/)
 * (@saqibqayyum)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/)
 * i want to make size of post text bigger. please guide me.thanks

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

 *  Thread Starter [saki](https://wordpress.org/support/users/saqibqayyum/)
 * (@saqibqayyum)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172091)
 * no help 🙁
 * [[please don’t bump](http://codex.wordpress.org/Forum_Welcome#No_Bumping)]
 *  Thread Starter [saki](https://wordpress.org/support/users/saqibqayyum/)
 * (@saqibqayyum)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172092)
 * oh yh i am uisng theme P2
 *  [tadhunt](https://wordpress.org/support/users/tadhunt/)
 * (@tadhunt)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172097)
 * This would be achieved easily via css. Could you provide a link to your site?
   We all would be able to help you a lot easier if we had that.
 * Thanks!
 *  Thread Starter [saki](https://wordpress.org/support/users/saqibqayyum/)
 * (@saqibqayyum)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172154)
 * sure , heres link to my blog
 * [http://altayyeb.ae/saqib/](http://altayyeb.ae/saqib/)
 *  Thread Starter [saki](https://wordpress.org/support/users/saqibqayyum/)
 * (@saqibqayyum)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172155)
 * actually i spent many hrs with sytle.css file but unfortunetely, i could not 
   able to figure out how can i make size of post txt bigger.
 *  Thread Starter [saki](https://wordpress.org/support/users/saqibqayyum/)
 * (@saqibqayyum)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172172)
 * i got it
 * #main p, #main ul, #main ol {
    font-size: 1.5em; line-height: 1.4em;
 * what the difference between p ul and ol?
 *  [tadhunt](https://wordpress.org/support/users/tadhunt/)
 * (@tadhunt)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172173)
 * Awesome! Good job! Sorry I didn’t get back sooner (I’m at my day job). The difference
   is following
 * <p></p> tags represent paragraph tags
 *  is an “ordered list”
 *  is an unordered list (like a bulleted list)
 * These are all html markup/code.
 * Good job on digging into the css!
 * Take care!
 *  [tadhunt](https://wordpress.org/support/users/tadhunt/)
 * (@tadhunt)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172174)
 * Bah! Ripped some of my code examples.
    `<ul></ul>` is an unordered list `<ol>
   </ol>` is an ordered list
 *  Thread Starter [saki](https://wordpress.org/support/users/saqibqayyum/)
 * (@saqibqayyum)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172183)
 * thanks 🙂
 *  [tadhunt](https://wordpress.org/support/users/tadhunt/)
 * (@tadhunt)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172187)
 * Yeah absolutely!

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

The topic ‘CSS, text size’ is closed to new replies.

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

 * 10 replies
 * 2 participants
 * Last reply from: [tadhunt](https://wordpress.org/support/users/tadhunt/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/css-text-size/#post-2172187)
 * Status: resolved