Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    You can try some css like this:

    .awe-color-palette .palette .color:nth-child(4) { clear: left; }

    Change the nth-child(4) to the correct number that needs the break. You may have to try a few numbers to find the right place. I think the numbering starts at 0.

    Thread Starter ColorWerx

    (@colorwerx)

    Sorry for the delay in responding. Thanks for the help. However, is there a way I could manually force a new line within a block of colors? Instead of globally setting a value where all palettes would break on a certain number, but on an individual, case-by-case basis?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Manual Breaks’ is closed to new replies.