Sorry to bother you again.
I have put the above code in the theme’s Customize -> Theme Options -> Advanced -> Custom CSS. Still the same width. Following articles, I have created a child theme and made change in the following padding section :
/*Bootstrap hack for 5 column*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding-right: 5px; /* joy: was 10px; */
padding-left: 5px; /* joy: was 10px; */
width: 20%;
float: left;
}
Still the theme has same width. Please help.
Regards,
Joy