Results 1 to 6 of 6

Thread: Should be a simple CSS Fix But Can't figure it out!

  1. #1
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Should be a simple CSS Fix But Can't figure it out!

    This is a wordpress site. The site is at http://healingheart.ca/wp (forgive the awful graphic design..it is what the client asked for!)

    I am trying to get the header image to the top of the page..as you can it is floating 20+ pixels from the top. Should be easy but I can't figure it out.....Any ideas would be MUCH appreciate.

    CSS is here: http://www.hearthealing.ca/wp/wp-con...tone/style.css

    thanks!
    shiva
    Last edited by shiva777; 04-27-2012 at 03:52 PM.

  2. #2
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Wow...one thousand views and no response...anyone??

  3. #3
    Join Date
    Nov 2009
    Posts
    107
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default

    This might work for you.

    Code:
    .lp-pom-block-content {
    margin-top: -30px;
    }
    Ill look at it cross browser later on.

  4. #4
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for the response. I tried it and it didn't work in chrome....didn't try others...

    I realized why I got no replies to this...I typoed in the web address...ack!!

    The site is at http://www.hearthealing.ca/wp/

    css is at http://www.hearthealing.ca/wp/wp-con...tone/style.css

  5. #5
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default

    honestly,if you were to test it without one or two of the first div's you maybe able to make it fit closer to the top by eliminating 1-2 of them.

    there are three but they seem to be just for forms sake and do little .

    Maybe try making this different:

    #content {
    padding-top:30px;
    margin-bottom: 36px;

    Change the 30 to 10 and see if that does it.
    Last edited by ajfmrf; 05-08-2012 at 08:30 PM. Reason: option
    Thanks,

    Bud

  6. #6
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That did it! Thanks!

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
  •