questions about sidebar removal, and etc.

Discussion in 'BizWay WordPress Theme' started by iteckorea, Jun 8, 2013.

  1. iteckorea

    iteckorea New Member

    Joined:
    Jun 8, 2013
    Messages:
    4
    Likes Received:
    0
    Hello.
    I'm a user of bizway theme.
    First of all, my website is
    http://www.iteckor.com/

    I have installed MH board plugin myself for personal board usage.
    Could i bring the board to front page instead of the three feature section?


    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For removing sidebar

    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar {
    display: none;
    }

    2.For your second issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     

Share This Page