Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS changing footer wodth

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45644
    danielc2384
    Participant

    I’m editing a custom theme and changed the width of the body and headers but having trouble changing the width of the footers.

    [link removed]

    I just need them to be the same length as the body (white) and headers.

    Thanks,
    Daniel

    #139267
    akshan
    Participant

    Hi Daniel

    Just add some style in css :
    (

    .extra_content { width:989px; margin:0 auto; }

    .footer_info { width:969px; margin:0 auto; padding: 42px 0 42px 20px; }

    .footer_widget_area { width:949px; margin:0 auto; padding: 72px 10px 28px 30px; }

    nav.footer{ padding: 5px 20px 0 0; }

    )

    #139273
    danielc2384
    Participant

    thanks so much!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.