white-space: wrap override on car offers page
-
Hi,
Some of my car listings have a very long title that extends beyond the page width in mobile view up to a width of 650 px, i.e. description text does not wrap. CSS from auto-listing.css is responsible for this:
@media (max-width: 650px) {
.auto-listings-items .summary .title {
white-space: wrap;
overflow: hidden;
text-overflow: ellipsis;
}
}Unfortunately, I cannot overload this property on:
white-space: normal;I tried Custom CSS and the styles.css of child tcheme editing.
The problem does not occur on the main page – there, the text in the view near to 650px wraps properly.The page I need help with: [log in to see the link]
- The topic ‘white-space: wrap override on car offers page’ is closed to new replies.