0

Hi i have one issue that don t know how to fix. I want to extend right sidebar widget to right a little, so will fit to menu width ribbon. I try to fix by CSS, but seems that don t found right class for that.

.col-border+.col,.col-divided+.col

is the CSS for that sidebar block. Live demo can be seen here. Thanks in advance.

DrMTR
  • 499
  • 1
  • 14
  • 35

1 Answers1

0

I fixed myself using this CSS:

.col-border+.col,.col-divided+.col {
 display: inline-table;
 }
DrMTR
  • 499
  • 1
  • 14
  • 35