+ Reply to Thread
Results 1 to 2 of 2

Thread: Need help to remove the right sidebar in cutline

  1. #1

    Default Need help to remove the right sidebar in cutline

    Hello,

    I am trying to find a way to remove the right sidebar in one page of my website, built with Cutline 1.4 (2-Column Right). The page is in (draft) but will be similar to this page: http://www.evolvewomen.com/contact/

    I only want this one page with no side bar - all the others should have two, as they currently do. The other query I found with this question on this forum didn't work for me, so I would be very grateful for any help.

    Many thanks,
    Andrea

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Open header.php and change
    Code:
    <body class="custom">
    to
    PHP Code:
    <body <?php body_class('custom'); ?>
    Open style.css and add these rules:

    Code:
    .page-id-200 #sidebar { display: none; }
    .page-id-200 #content { width: 910px; }
    .page-id-200 #content_box { background: none; }
    200 is the ID of the page you want. The number should appear in the address bar when you edit it.

    http://www.evolvewomen.com/wp-admin/post.php?post=200&action=edit

    If you want multiple pages to hide the sidebar, enter them in a comma-separated list, i.e.

    Code:
    .page-id-200 #sidebar, .page-id-300 #sidebar { display: none; }
    .page-id-200 #content, .page-id-300 #sidebar { width: 910px; }
    .page-id-200 #content_box, .page-id-300 #sidebar { background: none; }
    Hope that works!

+ Reply to Thread

Similar Threads

  1. How To Remove Breadcrumb Links At Top Of Posts?
    By magentawave in forum Header & Nav Bar
    Replies: 1
    Last Post: 10-31-2010, 02:33 PM
  2. Header Sidebar- Double in left sidebar
    By mike1 in forum Header & Nav Bar
    Replies: 7
    Last Post: 09-20-2010, 08:07 AM
  3. Can't remove underlines
    By 3nikki in forum Posts, Pages, Comments
    Replies: 2
    Last Post: 01-05-2010, 12:36 PM
  4. help with cutline sidebar
    By gord08 in forum Community Exchange
    Replies: 2
    Last Post: 06-30-2009, 05:03 PM
  5. Should I Remove Videos?
    By davidcubed in forum Ask the Experts
    Replies: 4
    Last Post: 02-14-2008, 07:58 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts