+ Reply to Thread
Results 1 to 9 of 9

Thread: I like my blog but...

  1. #1
    Join Date
    May 2010
    Posts
    23

    Cool I like my blog but...

    visually I like my blog on Safari and Firefox. But It doesn't look quite right on Chrome. Are my paddings and stuff properly set. Much appreciated.

    http://www.rosesnoranges.com/blog/

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    I tried it on my Chrome and Firefox and they look the same. Which area are you referring to?

  3. #3
    Join Date
    May 2010
    Posts
    23

    Default

    Quote Originally Posted by sofimi View Post
    I tried it on my Chrome and Firefox and they look the same. Which area are you referring to?
    specifically to how the text is aligned down the center on Chrome. It looks funky, especially down the tags and comments.

  4. #4
    Join Date
    Feb 2009
    Posts
    605

    Default

    Try taking out text-align: center; from body {...} around line 11.

  5. #5
    Join Date
    May 2010
    Posts
    23

    Default

    Quote Originally Posted by sofimi View Post
    Try taking out text-align: center; from body {...} around line 11.
    perfect! that solved that, but it now created some the sidebar to move to the right?!

  6. #6
    Join Date
    Feb 2009
    Posts
    605

    Default

    What do you mean? The sidebar is on the right and it looks fine on my end. Please be more descriptive or post a screenshot.

  7. #7
    Join Date
    May 2010
    Posts
    23

    Default

    Quote Originally Posted by sofimi View Post
    What do you mean? The sidebar is on the right and it looks fine on my end. Please be more descriptive or post a screenshot.

    notice how the text on the sidebar is sorta indent, i would like the text to be aligned to the left

  8. #8
    Join Date
    May 2010
    Posts
    23

    Default

    I hope you can help me out with this, I tried everything and it's a no go!

  9. #9
    Join Date
    Feb 2009
    Posts
    605

    Default

    That has nothing to do with the alignment, change the left margin value of the sidebar list here:

    Code:
    li.widget ul, li.linkcat ul { 
    list-style: none; 
    margin: 0.5em 0 0.5em 20px; 
    }
    20px to a lesser value like 10px or even 0 (no need for px if 0).

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts