Responsiveness

hey guys,
my feature list is not responsive on mobile.
How can I make this responsive.

Hi There,

Please try adding this custom CSS under Theme Options > CSS:

.x-feature-box .x-feature-box-title {
    word-break: break-all;
}

For more information about the word-break, please take a look at this article:

Hope it helps :slight_smile:

1 Like

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