Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1004003

    Hi
    Actually the width of header container is defined bigger so it looks different, If you would like to make it same as mainbody container

    Open
    Find

    
    @media (min-width: 1460px) {
      .t3-header-wrap .t3-header .container {
        width: 1442px;
      }
    }

    either comment out the code or override it in custom.css file and define width as 1122px.

    Regards

    daveburstein Friend
    #1004019
    This reply has been marked as private.
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  daveburstein 7 years, 3 months ago.

The topic ‘Header and rest of page don't align Solved’ is closed to new replies.