Right Alignment
-
I would like the yellow boxes under THIS IS DOPE (right hand column) to be aligned on the right instead of the left. I know what I have to change since I tried it in firebug (highlighted below). And as per firebug, I need to change it on line 101 of my votestyles.css. However, when I open the css file, line 101 is not there.
.votemicro { background-color:#FFF2C9; border:1px solid #FFE07D; color:#7F7F7F; display:inline; <strong>float: right;</strong> font-size:0.55em; margin:0 5px 0 0; padding:1px 3px; text-align:center; vertical-align:middle; }
My website is : https://www.commonpeople.sg/v1/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Right Alignment’ is closed to new replies.