Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Need help with style.css (2 posts)

Started 6 months, 4 weeks ago by: ♫ PeterGunn ♫

  • Profile picture of ♫ PeterGunn ♫ petergunn said 6 months, 4 weeks ago:

    Hi,

    I’m trying to setup a BuddyPress site with Wordpress Multi Site using the Fishbook theme. All is fine except for text alignment in the header. I tried playing with the style.css, but made it worst…

    I have included the graphics explaining the problem. Look at the text alignment (in red).

    1) PICTURE:
    Look at the title

    http://w3s.me/fb01.jpg

    2) PICTURE: See when I try with a long title. The text justification goes to the left

    http://w3s.me/fb02.jpg

    The css file:

    http://w3s.me/style.css

    I would like the text to have a fix left justification, so the letters of a long title will go to the right.

    How can I fix this?
    Thanks,
    Peter

  • Profile picture of pcwriter pcwriter said 6 months, 4 weeks ago:

    @petergunn

    This should help solve your problem:

    Open your style.css file and find #header h1 a
    Remove text-indent: -9999px; (that’s whats causing long text to bleed off the left side)
    Then adjust the width to fit the length of your title.