View my simple footer design on JSFiddle
Seeking assistance with aligning the copyright text and social media icons in my footer.
Is there a method to keep the "Copyright © 2015. All Rights Reserved | Privacy Policy" text aligned on the left, while ensuring the "Facebook, Twitter, Linkedin, and Youtube" icons remain on the right side of the same line?
I attempted using multiple break tags for separation but encountered layout issues when zooming in.
Efforts to use span or float elements resulted in the items moving onto separate lines.
The desired layout can be viewed here.
Appreciate any guidance provided.
The HTML code snippet:
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr" >
<!-- The rest of the HTML code omitted for brevity -->
The CSS code snippet:
/*------------------Body------------------*/
body{
margin: 0px;
padding: 0px;
font-family: arial, sans-serif;
}
/* Other CSS rules omitted for brevity */