Is there a way I can get the copyright area to allow me to enter some text to both the left and right side of the section.
So I have a text element left aligned and a separate one right aligned?
Hi Andrew!
Not directly but you can try to wrap your text into two separate divs and to float one div to the left and the other div to the right – i.e.like:
<div style="float: left; width: 48%;">Left Content</div><div style="float: right; width: 48%;">Right Content</div>
and insert this code into the quick css field:
#socket .copyright {
clear: both;
}
to deactivate the default text floating.
Regards,
Peter
It looks like it is trying to work but it appears to be align left and right to a single column width rather than across the page.
Hi,
Can you post the link to the website please?
Regards,
Josue