Make entire category go to a new line if it gets broken up

How do make an entire listing category go to the next line if a portion of it goes to the next line?

Please try this CSS snippet but please note that it can require further customization. If you are not familiar with CSS customization then please consider hiring someone for custom work https://fwd.cx/hLhc73mQCD9R

.hp-listing--view-block .hp-listing__categories a{
	word-break: keep-all;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.