Annoying issue (CSS related, I think)

by Ansar Pasha Banned
2 replies
  • WEB DESIGN
  • |
Hey design warriors,

I'm having some trouble removing the white space here just above where the banner is:

Copy This System!

I've had a look at the CSS and messed around with the padding, looked at the top border image... but no luck so far.

There are no live links so this isn't a subtle plug or anything fishy.

Any help is appreciated.

Thanks!

Ansar
#annoying #css #issue #related
  • Profile picture of the author Cwantwm
    If you are talking about white space above the main logo image this is affected by two sets of padding

    The padding on the class .content has a top padding of 40px reducing this will reduce space above e.g.

    Code:
    .content {
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    }
    Some other padding is added by the paragraph tag surrounding the image you can remove this by adding the inline style "text-align: center; margin: 0px;" where you have "text-align: center;" currently.


    You also have a lot of errors that need to be fixed, check the site with the W3C HTML validator



    Hope that helps.
    {{ DiscussionBoard.errors[4391017].message }}
  • Profile picture of the author Ansar Pasha
    Banned
    Hi Cwantm, thank you very much for your input!

    I'll see what I can do for it.

    I got this theme off a buddy who got it for free... it does have a few formatting issues unfortunately.

    Maybe you could take a look behind the scenes and offer a fix? I'd be happy to pay you if you have some design experience.

    Ansar
    {{ DiscussionBoard.errors[4391176].message }}

Trending Topics