WPIntell

Source evidence

text alignment in boxes

Service Box – Icon Box Showcase · support · 2020-11-17T17:57:00+00:00

neutralsentiment
mediumseverity
0.47relevance
3replies
Evidence onlycommercial context

Proof Health

Open evidence

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

1 / 1 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
irmin74 resolved
Hi How to align text in the boxes to the left. Any code I might use ? Hi @irmin74 , Please share your site URL where you are facing the issue so we can solve your problem. Thank you My site is under construction. It is not published yet, so I can’t give u URL at the moment. I wanted a list (not a text )in the boxes, so I used a code <br> to separate the phrases. But now the list looks like an hourglass. The whole list’s text is justified and it does not look right. I would like it to be aligned to the left. I hope you understand what I mean Hi @irmin74 , if you have an alignment problem in your showcase boxes apply the below css code in your custom css but we don’t know about your showcase post id so in your css you have to change the post id in css code. here post id is 33. you have to change 33 to your plugin post id. #wpsm_service_b_row_33 .wpsm_serviceBox .wpsm_service-content p { text-align: left; } Thank you

Comments

3 shown
lokeshkalosiya 2020-11-18T05:12:00+00:00

Hi @irmin74 , Please share your site URL where you are facing the issue so we can solve your problem. Thank you

irmin74 2020-11-18T13:20:00+00:00

My site is under construction. It is not published yet, so I can’t give u URL at the moment. I wanted a list (not a text )in the boxes, so I used a code <br> to separate the phrases. But now the list looks like an hourglass. The whole list’s text is justified and it does not look right. I would like it to be aligned to the left. I hope you understand what I mean

lokeshkalosiya 2020-11-19T05:17:00+00:00

Hi @irmin74 , if you have an alignment problem in your showcase boxes apply the below css code in your custom css but we don’t know about your showcase post id so in your css you have to change the post id in css code. here post id is 33. you have to change 33 to your plugin post id. #wpsm_service_b_row_33 .wpsm_serviceBox .wpsm_service-content p { text-align: left; } Thank you