Reply To: Video Resolution + About Page Line Spacing

Support Forums Azul – WP Plugin Video Resolution + About Page Line Spacing Reply To: Video Resolution + About Page Line Spacing

#5736
CreaboxThemes
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