WPIntell

Source evidence

Columns not applying

Simple Business Directory – AI Powered · support · 2026-02-13T11:47:00+00:00

complaintsentiment
mediumseverity
0.8relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Jojogali unresolved
I’m choosing the 3 column layout (or 2 column or 4, as long as it’s not 1) but it always displays only one even though the shortcode is correct. Thank you! The page I need help with: [ log in to see the link] Hi, To show lists in multiple columns, you need multiple Lists. For 3 columns, you need at least 3 or more Lists. I hope that makes sense. Thank you! Ah, so the column option is not related to the display of existing entries, just multiple lists. Is there anyway I can display the content of 1 list as 3 columns? Perhaps, we can give you some CSS. Pur dev team is gone for the day. I will get back to you after the weekend. Thank you! Please add the following Custom CSS from Simple Business Directory -> Settings -> Custom CSS tab. Clear the cache and check again. /* Custom CSS */ @media only screen and (min-width : 767px) { .qcpnd-list-wrapper .qcpnd-list-holder .simple li, .qcpnd-list-wrapper .qcpnd-list-holder .style-1 li { margin: 0 10px 18px 0; float: left; max-width: 48%; } .qcld-main-style-2 .qcpnd-list-wrapper .style-2 .ca-menu.column1, .qcld-main-style-3 .qcpnd-list-wrapper .qcpnd-list-column .ca-menu.column1 { display: grid; grid-auto-rows: 1fr 1fr; grid-template-columns: 1fr 1fr; } } @media only screen and (min-width : 981px) { .qcpnd-list-wrapper .qcpnd-list-holder .simple li, .qcpnd-list-wrapper .qcpnd-list-holder .style-1 li { margin: 0 10px 18px 0; float: left; max-width: 32%; } .qcld-main-style-2 .qcpnd-list-wrapper .style-2 .ca-menu.column1, .qcld-main-style-3 .qcpnd-list-wrapper .qcpnd-list-column .ca-menu.column1 { display: grid; grid-auto-rows: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; } }

Comments

4 shown
QC Support 2026-02-13T12:50:00+00:00

Hi, To show lists in multiple columns, you need multiple Lists. For 3 columns, you need at least 3 or more Lists. I hope that makes sense. Thank you!

Jojogali 2026-02-13T13:01:00+00:00

Ah, so the column option is not related to the display of existing entries, just multiple lists. Is there anyway I can display the content of 1 list as 3 columns?

QC Support 2026-02-13T13:08:00+00:00

Perhaps, we can give you some CSS. Pur dev team is gone for the day. I will get back to you after the weekend. Thank you!

QC Support 2026-02-16T12:14:00+00:00

Please add the following Custom CSS from Simple Business Directory -> Settings -> Custom CSS tab. Clear the cache and check again. /* Custom CSS */ @media only screen and (min-width : 767px) { .qcpnd-list-wrapper .qcpnd-list-holder .simple li, .qcpnd-list-wrapper .qcpnd-list-holder .style-1 li { margin: 0 10px 18px 0; float: left; max-width: 48%; } .qcld-main-style-2 .qcpnd-list-wrapper .style-2 .ca-menu.column1, .qcld-main-style-3 .qcpnd-list-wrapper .qcpnd-list-column .ca-menu.column1 { display: grid; grid-auto-rows: 1fr 1fr; grid-template-columns: 1fr 1fr; } } @media only screen and (min-width : 981px) { .qcpnd-list-wrapper .qcpnd-list-holder .simple li, .qcpnd-list-wrapper .qcpnd-list-holder .style-1 li { margin: 0 10px 18px 0; float: left; max-width: 32%; } .qcld-main-style-2 .qcpnd-list-wrapper .style-2 .ca-menu.column1, .qcld-main-style-3 .qcpnd-list-wrapper .qcpnd-list-column .ca-menu.column1 { display: grid; grid-auto-rows: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; } }