Links one one line with spaces
-
Hi all,
I am running Word Press 5.0.3 with a Twenty Sixteen child theme. In the bottom widget I want to put all the links next to each other on the same line. This is my current custom html code.
<a href="https://castleimages.com.au/the-fine-print/">Terms and Conditions</a> <p><a href="https://castleimages.com.au/copyright-notice/">Copyright Notice</a></p> <a href="https://castleimages.com.au/privacy-policy/">Privacy Policy</a>
Also, for the borders I have put the following code in the customise / additional css section.
.widget {
border-style: solid;
border-width: thin;
border-color: white;
padding: 2em;
}How do I get the links centred and spaced?
Regards,
Steve
- This topic was modified 5 years, 10 months ago by .
- This topic was modified 5 years, 10 months ago by .
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Links one one line with spaces’ is closed to new replies.