how to increase ths sidebar width using firbug states 24% for sidebar 1 and 19% for sidebar 2 , but when i increase the % the site goes hey wire

Comments

devsaran’s picture

Status: Closed (fixed) » Closed (duplicate)

You need to alter the CSS code of the theme..

CSS selector like
body.two-sidebars .content-sidebar-wrap
body.two-sidebars #content
body.two-sidebars #sidebar-first

Sms2luv’s picture

Status: Active » Closed (duplicate)

Alright can you atleast tell me ow to disable @media screen for mobile view

sarathyvv’s picture

Status: Closed (duplicate) » Fixed

You need to fix it via style.css
do reply to know how

devsaran’s picture

Status: Fixed » Closed (fixed)
Sms2luv’s picture

Please tell me how

sarathyvv’s picture

Which sidebar you need to increase the width?

Sms2luv’s picture

Both

sarathyvv’s picture

Buddy have a look at this code in style.css

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

by editing these values you can adjust

Sms2luv’s picture

I already tried this but it just adds padding - margin to sidebar

sarathyvv’s picture

can you paste the code here?

Status: Closed (duplicate) » Closed (fixed)