Change location of right-side sidebar widget area to left side?

Discussion in 'BizWay WordPress Theme' started by mdwkaty, Jan 16, 2014.

  1. mdwkaty

    mdwkaty Guest

    Joined:
    Dec 2, 2013
    Messages:
    11
    Likes Received:
    0
    Is there a way to put the right-side (sidebar) widget area on the left side of the page? (so that text or categories can show up on the left side of the page instead of the right?)
    (at the moment I have it turned off in the custom css)

    http://www.myriaddesignworks.com/mti-systems

    Also...can you turn off the sidebar widgets on some pages and have it show up on others? (I don't want the sidebar on every page)

    Thank you!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For left sidebar:
    Sending "page.php" file. Replace it with your current page.php file.
    And Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar img {
    max-width: 100%;
    }
    .sidebar {
    border-right: 1px dotted #ccc;
    padding-right: 27px;
    }
    For pages without sidebar you can use fullwidth page template. Just select template-fullwidth as a page attribute while creating pages.

    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

    • page.zip
      File size:
      566 bytes
      Views:
      2

Share This Page