Support » Fixing WordPress » Help me. Problem about increasing right sidebar width

  • Help me. I have problem about increasing right sidebar width in Responsive Theme and my site is this.

    I search in internet but I found the solve with other themes.

    I am a beginner and if you can explain me in detail, I’ll appreciate.

    p.s. sorry for my poor english.

Viewing 1 replies (of 1 total)
  • You can go to themes option and add this line to custom CSS.

    .col-300 {
    width: Your width%;
    }

    Replace your width to your value.
    If you want to add a static value, Use following

    .col-300 {
    width: 30px;
    }

    change 30 to your value.

    Hope this will fix your error.

Viewing 1 replies (of 1 total)
  • The topic ‘Help me. Problem about increasing right sidebar width’ is closed to new replies.