Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #533684

    Hello
    I’m able to change alignment of text for both columns but want text (widgettitle and body copy) to be aligned left in the left column, and aligned right in the second column. I’ve looked at posts and tried several things but can’t figure it out. Please advise. Thank you.

    #533886

    Hey webWahine,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #534228

    Yes, thank you. I did manage to cobble together some styling in the widget and css to make it work but was hoping I could use something a little more elegant. I’ll put the access and URL in the private field :)

    #534622

    Hi,

    It looks good enough to me, what are you not happy with?

    Thanks,
    Rikard

    #535078

    I just wondered if there was a more elegant way to do this other than styling right in the widget text. For anyone else who wants to do this here is my fix for having the left column align left and the right column align right in a 2 column footer:

    In (my child theme) custom.css –

    /* for right column */

    .alignright {
    float: right;
    }

    .footer_color img {
    float: right;
    margin-top: 5px;
    }

    Then in my right column widget text –

    <p class=”alignright” style=”margin-top: 0px”>Right aligned text here</p><div style=”clear: both;”></div>

    #535079

    Sorry, the last bit of code got cut off; note the div after the text –

    <p class="alignright" style="margin-top: 0px"><strong>Part of the Holborn Group<strong></p><div style="clear: both;"></div>
    <a href="http://www.holborn.ca" target="blank"><img src="http://www.aisarealty.com/images/logoHolborn.png"></a>
    #535277

    Hi,

    I wouldn’t worry too much about elegant or not, if it works it works :-)

    Best regards,
    Rikard

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