Skip to:
Content
Pages
Categories
Search
Top
Bottom

This layout is insane…


  • BackpackersUnion
    Participant

    @backpackersunion

    With this last update, someone changed something and now I don’t even know where to start to fix my themes styling?

    Why is the layout now a copy of 2002 Facebook? Why are meta buttons spanning 100% on small screens? Why is the entire left column of a user profile now the full page height menu? Twenty Fourteen’s page width is now almost 50% menus…

    How can I get ride of this ridiculous layout??

Viewing 2 replies - 1 through 2 (of 2 total)

  • Henry Wright
    Moderator

    @henrywright

    Hi @backpackersunion,

    Companion stylesheets were introduced in 2.3. You can read more about them here.

    If they’re not quite to your taste, you can dequeue them. Here’s an example of how to do it:

    function dequeue_bp_twentyfifteen() {
        wp_dequeue_style( 'bp-twentyfifteen' );
    }
    add_action( 'wp_enqueue_scripts', 'dequeue_bp_twentyfifteen' );

    BackpackersUnion
    Participant

    @backpackersunion

    Hi @henrywright ,

    I can not thank you enough for coming to the rescue on this one! I was in the midst of a breakdown while staring at all the work that had been undone. You saved me! Thank you!

    Debt +1

    All the best,
    Carl

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘This layout is insane…’ is closed to new replies.
Skip to toolbar