Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

kclimson

macrumors newbie
Original poster
Aug 15, 2011
28
0
Canada
Hey guys, I have a blog www.Macview.ca and it seems like an easy thing to do but if you scroll to the bottom there is a "Donate" button which I can't align to be right after the words I have in the footer? The Donate button is a <form> Can anyone help me out about how I could align the button to be after the text??:eek:
 
Hey guys, I have a blog www.Macview.ca and it seems like an easy thing to do but if you scroll to the bottom there is a "Donate" button which I can't align to be right after the words I have in the footer? The Donate button is a <form> Can anyone help me out about how I could align the button to be after the text??:eek:

Did you already fix it or I didn't get what do you want?
 
I'm still a relatively green web dev, but wouldn't could you just put the donate button in it's own div, with position: absolute and right: ~0px?
 
not sure if you changed this, but the donate button seems to be an img. You already have a class assigned to the image. Just change/add to that class
float:right
padding: 0 10px 0;
 
not sure if you changed this, but the donate button seems to be an img. You already have a class assigned to the image. Just change/add to that class
float:right
padding: 0 10px 0;

This, and you will want to wrap a div or a span around the "Please buy me a coffee?" line and apply it to that as well.
 
aside (no pun intended)from that I would also consider aligning the text to the left in the aside bar and give the headlines in that section a different color and fontsize and/or fontweight to make it stand out from the rest of the section.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.