Support » Fixing WordPress » Completely remove right sidebar in Custom Community theme

  • Hello,

    I am quite new to WordPress and seem to be having a few issues with the Custom Community theme…..

    This is the site I am working on –

    http://hodgesassociates.org.uk

    I want to completely remove the right sidebar from every page on my site.
    I have deleted the sidebar.php but there is still a space on the right of each page.

    How do I completely remove it from my site?
    I want the container and copy within it, to be centered with an even margin either side of the copy (so no big gap on the right).

    Also, how can I make the menu bottom border thicker?

    Thanks in advance for any help anyone can give me!

Viewing 1 replies (of 1 total)
  • Hi morrisminor1983,

    For your first question, open up the page.php and find the line below

    <div id="content" class="span8">

    and replace it with

    <div id="content" class="span12">

    For your second question, open up header.php and find #access in the <head> area and replace

    border-bottom: 1px solid #00DDED;

    with

    border-bottom: 5px solid #00DDED;

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Completely remove right sidebar in Custom Community theme’ is closed to new replies.