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.
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
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 :)
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>
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>