WPIntell

Source evidence

2 Column Layout

Manual Related Posts · support · 2017-05-27T00:38:00+00:00

mixedsentiment
mediumseverity
0.78relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 32 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
customle resolved
How can I make a two-column layout for the Related Posts and Related Doubled-Up (Related Posts in column on left and Related Doubled-up on right)? You could add CSS like this: body html div.related_content { clear: none !important; float: left; width: 48%; } body html div.related_du_content { clear: none !important; float: right; width: 48%; } For Custom CSS you can use a plugin like Simple Custom CSS or you can add it to the stylesheet of your theme. Thanks for the response. I tried that but it still didn’t work. Please see: https://learnhowtoquilt.com/project/crazy-log-cabin-curtains/ I even changed the theme with no luck. Ouch, sorry, my mistake… html body div.related_content { clear: none !important; float: left; width: 48%; } html body div.related_du_content { clear: none !important; float: right; width: 48%; } Worked beautifully, thanks.

Comments

4 shown
Marcel Pol 2017-05-31T09:32:00+00:00

You could add CSS like this: body html div.related_content { clear: none !important; float: left; width: 48%; } body html div.related_du_content { clear: none !important; float: right; width: 48%; } For Custom CSS you can use a plugin like Simple Custom CSS or you can add it to the stylesheet of your theme.

customle 2017-05-31T15:31:00+00:00

Thanks for the response. I tried that but it still didn’t work. Please see: https://learnhowtoquilt.com/project/crazy-log-cabin-curtains/ I even changed the theme with no luck.

Marcel Pol 2017-05-31T16:21:00+00:00

Ouch, sorry, my mistake… html body div.related_content { clear: none !important; float: left; width: 48%; } html body div.related_du_content { clear: none !important; float: right; width: 48%; }

customle 2017-05-31T19:04:00+00:00

Worked beautifully, thanks.