Classic Feature List question

In a Classic Feature List, I would like the LINK TEXT to appear on the following line, not just follow on from the CONTENT

Is this a possibility?

The website I’m working on is silverarchstudios.com

The home page has the classic feature list, with the link text in red. It is that i’d ike, on each list item, to be on the following line from the content instead of on the same line then spilling onto the next line when space runs out.

Thank you in advance.

Alex.

Hey Alex,

Thank you for reaching out to us. To achieve this, simply add the following code in the Theme Options > CSS:

.x-feature-list .x-feature-box-text a {
    display: block;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

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