Sven_Verheijen Posted August 2, 2021 Posted August 2, 2021 Hi, I want to reduce the space between my sentences. Basically bringing them closer together. I know how I can reduce the margins at the top and bottom of the text with custom css but I can't find the exact code to reduce the margins in between the text (sentences) and bring them closer together. I want to apply it on p3. .sqsrte-small {margin ?I think I miss something here? : -10px !important;} Help on this would be appreciated. I'm on 7.1 Thanks. Sven
humxahafeex Posted August 2, 2021 Posted August 2, 2021 8 minutes ago, Sven_Verheijen said: Hi, I want to reduce the space between my sentences. Basically bringing them closer together. I know how I can reduce the margins at the top and bottom of the text with custom css but I can't find the exact code to reduce the margins in between the text (sentences) and bring them closer together. I want to apply it on p3. .sqsrte-small {margin ?I think I miss something here? : -10px !important;} Help on this would be appreciated. I'm on 7.1 Thanks. Sven Hi , Please do try the following code, Hope it works: .sqsrte-small { line-height:1em !important; } Just try to play where it says 1em , try 1.2em , 0.8em etc.
Sven_Verheijen Posted August 2, 2021 Author Posted August 2, 2021 Hi Humxahafeex, Thank you for your help, this worked perfectly !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.