• I need to change the width of the sidebar which is on the right side of my website. how do i do that.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter coedy

    (@coedy)

    https://www.ktechsamoa.com/ This is my website.

    Good Guy

    (@mytaxsitecouk)

    #access {
    	width: 100px;
    }

    Change 100px to anything you want. 200px, 300px, 350px etc etc.

    Good luck.

    Thread Starter coedy

    (@coedy)

    where exactly do I insert this code.. do I insert it within

    /******************************************************************
    SIDEBARS & ASIDES
    ******************************************************************/

    #secondary {}

    .widget {
    background:url(library/images/bg-widget.png);
    clear: both;
    margin: 0 0 2.2em 0;
    padding:1em;
    border-radius:7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0px;
    }

    I just checked your site. to change the width of right sidebar you need to change the width in style.css.

    look for something like this:::

    .col300 {
    width: 31.33%;
    }

    I think it is on line 45 of the style.css file.
    just change the width to what you want.

    There are several options.

    #1) Change the Style.css.
    #2) Find a theme that gives you more liberty
    #3) Write your own theme.
    #4) Pay a developer to do the work.

    Thread Starter coedy

    (@coedy)

    pvashist75.. Thanks man. It worked.

    your welcome i am happy that it helped

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing width on the sidebar for theme WPThemes.co.nz’ is closed to new replies.