Support › Forums › Azul – WP Plugin › Video Resolution + About Page Line Spacing › Reply To: Video Resolution + About Page Line Spacing
July 3, 2017 at 8:20 am
#5736
Keymaster
Hi,
sorry for the delay to answer. You can resolve the problem if you add the next code in the option ‘Custom CSS’ in the page ‘Azul Plugin > Main Options’:
.about-text{
-webkit-column-count: 1;
-moz-column-count: 1;
-o-column-count: 1;
-ms-column-count: 1;
column-count: 1;
}
Regards