Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #407796

    Hi,

    I am using a Colored Section with image background covering 100% of the browser height on my home page. When I add content inside the colored section it is a Looong way from the top header. I have added negative margins but not only is that a pain (have to take the negative margin out on mobile devices) but really doesn’t help much.

    It seems like the content should begin “around” 50px from the bottom of the header?? Instead of in the middle of the page like it is now.

    I hope this makes sense.

    Here is the test page: http://beachfrontgardeninn.com/bf_newsite/

    Thanks,
    Slade

    #408303

    Hey Slade!

    Do you have the color section minimum height set to 100% of the browser height? If so then try switching that to a pixel value.

    Also try setting an ID to the section and then add this to your custom CSS.

    #yourID .container { padding-top: 0px !important; }
    

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.