• Resolved mrblues

    (@mrblues-1)


    hi, i′m using boxed layout but the footer section remains full width, is there a css code which would use width of boxed layout instead?

    cheers

    mrblues

Viewing 1 replies (of 1 total)
  • Thread Starter mrblues

    (@mrblues-1)

    found the solution myself, this works

    #footer {
            width: 1065px;
            margin-left: auto;
            margin-right: auto;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘width of footer section’ is closed to new replies.