[image: 1763715892745-9b5e44c4-2307-4878-b9e3-c5671064d921-image-resized.png]
but the margin-left: 40px is applied
if you dont want the space for some texts,
right click the text element
click set html class and id. for class enter:
nospace
then instead of the css u use now, use:
body.type-project .type-text:not(.nospace){
margin-left: 40px!important;
}
body.type-project .type-text:not(.nospace){
width: 285px!important;
}