-
AuthorPosts
-
November 10, 2015 at 9:23 pm #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.November 11, 2015 at 9:19 am #533886Hey webWahine,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardNovember 11, 2015 at 5:27 pm #534228Yes, 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 :)
November 12, 2015 at 9:24 am #534622November 12, 2015 at 8:57 pm #535078I 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>

November 12, 2015 at 8:59 pm #535079Sorry, 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>November 13, 2015 at 8:27 am #535277 -
AuthorPosts
- You must be logged in to reply to this topic.
