Skip to:
Content
Pages
Categories
Search
Top
Bottom

making the default buddypress theme fixed width


  • journey2zen
    Member

    @journey2zen

    i am have very basic knowledge of code. can someone please tell me how to make the default buddypress theme fixed width?

    thank you

Viewing 1 replies (of 1 total)

  • RobFenech
    Participant

    @terydinho

    No real coding knowledge needed, just some css changes

    `body { width:auto; }`

    `container, header { width:1060px; margin:0 auto; } /* SET YOUR WIDTH HERE */`

    `body#bp-default #wp-admin-bar .padder {
    min-width: 960px;
    max-width: 960px;
    }`

    Then just match up the footer and admin bar etc… all fairly straightforward css stuff :) but make sure you do it in a child theme, never in the default theme’s css, otherwise your changes will get overwritten when you update :)

Viewing 1 replies (of 1 total)
  • The topic ‘making the default buddypress theme fixed width’ is closed to new replies.
Skip to toolbar