info79 Posted August 31, 2022 Share Posted August 31, 2022 Site URL: https://www.gardenclubofoldgreenwich.org/ I just added some custom text to the bottom of my order confirmation page, but I would like some breaks between the lines. I would like a line break after "Market" and a hard break before "We will email you..." I tried adding \a, but it doesn't do anything. Here is the CSS // Order confirm #confirmed-page { p:nth-of-type(2):after { content: "Pick up your bulbs at \a Old Greenwich Farmers' Market on Wednesday, October 26, 2:30 - 6:00. \a \a We will email you a reminder!"; display: block; margin-bottom: 0; color: #069 !important; font-weight: 400 !important; font-style: normal; font-size: 1.6em !important; text-transform: none; line-height: 1.1em !important; margin-top: 20px; } } Thanks, Char Link to comment
Wolfsilon Posted August 31, 2022 Share Posted August 31, 2022 Maybe adding: [...]{ white-space: pre !important; } To your css would help? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment