Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55545
    Kristin
    Participant

    Hello,
    I’m sorry. I’ve really tried to find this answer.

    I simply cannot get rid of some white space rows on the top and bottom of my Homepage Headline. (right under the photo/slider).

    http://wildcatsummerstorage.com/

    I put in this code from a post I found and it didn’t change anything:

    #homepage-message {
    margin-top: 1px ;}

    Any other code that might help?

    #55548
    Sakin
    Keymaster

    @Kristin: I see there is closing bracket in the following css, and I don’t know what are you trying to do with the following css:

    #site-title {
        text-shadow: 2px 2px ;

    So, replace the following css:

    #site-title {
        text-shadow: 2px 2px ;
    #homepage-message {
    margin-top: 1px ;}

    With this css:
    #homepage-message { margin-top: 1px; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Homepage headline white space’ is closed to new replies.