How to reposition content div with the header?

by Ayaz
1 replies
  • WEB DESIGN
  • |
Hi,

I am creating a web site where the content area have to be in vertical form and that should start from the top edge of the screen, currently I have done that with the top margin in (-) but that didn't work with all the screens.

Is there any way to reposition the content area with the header so that the content-sidebar-wrap area could start right away from the top edge of the screen and the logo and the navigation should stays where they are now currently,

Below is my site url which I am talking about;

estateagentswalthamstow.com/designs

Your help would be appreciated!

Looking for quick response.

Thanks & Regards,

Ayaz,
#content #div #header #reposition
  • Profile picture of the author CoursesWeb
    Hi,
    I'm not sure if it is what you need, but try in css:
    Code:
    position:absolute;
    top:0;
    margin:0;
    {{ DiscussionBoard.errors[6060715].message }}

Trending Topics