[Solved] wordpress theme – need to add if condition and a side bar to a full width theme


There is no real conditions in CSS as it’s not a programming language. But you can for example add .responsive class to all images that need to be responsive and change the CSS to

.fw .contentarea .span8 img.responsive {
  width: 100%;
  height: auto;
}

2

solved wordpress theme – need to add if condition and a side bar to a full width theme