Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You may need to add CSS.
Is there an area in the dashboard to do this?
yes there is an editor option under appearance. Would it be to difficult to add in? What would I add in and where would I add it?
there is also a custom css under the theme styling options.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
In the Custom CSS area, try adding;
p {
margin-bottom: 10px;
}
Further CSS help can be retrieved from http://csscreator.com/forum
thx you so much for all your help. That did the trick! Definitely going to explore csscreator!
How do I add a space between my street address and the city. When I input my address, hit enter, and the input my city and state in the control panel it all just shows up on a single line in the header. Help please.
Use the br tag in between the line breaks. It would move the text to the next line.