function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chaithaly gowdachaithaly gowda 

slds-align_absolute-center slds-text-body_regular is not centering when the texts are long

Hi
I have used slds-align_absolute-center slds-text-body_regular to align the texts to centre.
below is the snippet 
<lightning:card >

        <div class="slds-align_absolute-center slds-text-body_regular">

                <ul>

                    <!-- Body set dynamically-->
                </ul>
  
        </div>

    </lightning:card>

Alignment works properly when when texts are short , but when texts are long it is automatically aligning the texts to the left.

Can someone help with this.

Thanks
 
RituSharmaRituSharma
I think it's the problem with <lightning:card >. Try putting the div outside it.
ANUTEJANUTEJ (Salesforce Developers) 
Hi Chaithaly,

Can you mention the code so as to use and check in my dev org and to check it further?

Looking forward to your response.

Thanks.