WPIntell

Source evidence

Manual Breaks

Awesome Color Palettes · support · 2016-01-26T20:45:00+00:00

complaintsentiment
mediumseverity
0.8relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 21 rows with source links

4.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ColorWerx unresolved
Is there any way to force a wrapping of the palettes, or place a manual break? Here is an example of a palette that I would like to manually force a break: http://www.colorwerx.net/san-angelo-outlaws-central-hockey-league-professional-franchise-team-colors-2001-2002/ I would like to place the break between the Green and Dark Red (3rd and 4th colors, top row). Thanks! Donovan https://wordpress.org/plugins/awesome-color-palettes/ 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. 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?

Comments

2 shown
Hal Gatewood 2016-02-01T22:24:00+00:00

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.

ColorWerx 2016-02-06T03:09:00+00:00

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?