Couple of questions

Discussion in 'BizWay WordPress Theme' started by mattg26, Jan 10, 2015.

  1. mattg26

    mattg26 New Member

    Joined:
    Dec 17, 2014
    Messages:
    4
    Likes Received:
    0
    Hi,

    Loving Bizway theme - more or less what I've been after for a while now :)

    I have a couple of questions though please:

    1. Is it possible to tweak the widths of the main content and right sidebar? I'd like the sidebar a little narrower and the main content a little wider if possible.

    2. For the 'full-width' template is it possible to make the whole thing narrower? i.e. about the same width as the regular page / post, but centred and without the sidebar?

    Thanks for your help,

    Matt
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Matt,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    1>
    Code:
    .sidebar {
    border-left: 1px dotted #E4E4E4;
    padding-left: 5px;
    float: right;
    width: 91%;
    }
     
    .content-bar {
    padding-top: 0px;
    overflow: hidden;
    width: 105%;
    }
    
    2>
    Code:
    .fullwidth {
    padding: 0 60px;
    }
    Thanks
    Praveen
     
  3. mattg26

    mattg26 New Member

    Joined:
    Dec 17, 2014
    Messages:
    4
    Likes Received:
    0
    Hi Praveen,

    Thanks for this - the full width code works great with a little tweaking.

    The column / sidebar width code didn't work quite so well (very cramped / the two ran into each other when I tried to tweak) but I can live with it as it is :)

    Appreciate your help.

    Best wishes,

    Matt
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Matt,

    Let me know you that if we decrease the width of sidebar more then the content inside sidebar will start hiding.

    Thanks
    Praveen
     

Share This Page