Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #295029

    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?

    #295050

    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

    #295091

    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.

    #295147

    Hi,

    Can you post the link to the website please?

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.