Weather by You!
Templates and Projects support => Html Templates => Topic started by: krmidas on August 08, 2012, 10:17:44 AM
-
In the attached screen grab, I'm trying to get the Cumulus credit line to bottom-align with the bottom of the moonphase box to the right. Other than experimenting with various numbers of <br> tags, is there a better way to do this?
-
Hi Tom,
To adjust Cumulus "Credits" line position, simply modify line before "Cumulus":
<p class="credits" style="margin: 10px 25px 0px 0px; text-align: right;">
... and play wit the first margin parameter (for top margin)... the 10px in this sample!
Regards,
Jacques
-
100 px did it. Thanks!