Hi All,
I am using 2 texts, and I've placed each text inside its own container. I want one text to align left, and the other text to align right. However, when I select one text, the other text is also being modified. May I ask how to separate the two texts?
Hi Cuong Su
You can try this solution for this, you have enclosed each text in separate container so you can provide a class "text-align-left" on the first container and "text-align-right" on the second container.
Also please check if there is any style applied to the container residing these two containers.
Thank you, Appreciate your solution
Hello Cuong Su, May I suggest you put two columns inside of the container that has 2 containers (the ones you want to align to the left and to the right?
After that, put on the "Style Class" of the first container "text-align-left" and "text-align-right" on the other one. Check if you have any css inline from your tests associated with the containers and text expression. Compile and check if this solves your issue.
Best regards,
Ana
Thank you, Appreciate your help