The only other change I need to make is with the Month on the SB widget. It's a little too high now that I've dropped everything else in the widget. Problem is, don't know where the code for this thing is in here. Any clues![]()
/* Calendar Widget Month Display Command - Positioning */
<table style="position: absolute;top: 298px; left: 25px; width: 90px; height: 481px;">
Look for this line # 2383 or just search the page (cmd + F), all you need to do is change the value "top:298px;" a little higher.
can you guys help me move the city name a little to the left?
i am using lexs lockscreen.
code attatched.
#city{ /* Weather City Position */
position: absolute; top: 362px; right: -210px; down: 0px; left: 0px; width: 320px; height: 461px;
// display: none;
text-align: right;
font-family: Helvetica;
font-size: 13px;
font-weight: normal;
color: #ffffff;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
text-transform: capitalize;
opacity: 0.9;
first of all you list the wrong file.. look for either in Widget/Wallpaper.html or Stylesheet for a .css file now look for this:
Code:#city{ /* Weather City Position */ position: absolute; top: 362px; right: -210px; down: 0px; left: 0px; width: 320px; height: 461px; display: none; text-align: right; font-family: Helvetica; font-size: 13px; font-weight: normal; color: #ffffff; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7); text-transform: capitalize; opacity: 0.9;
and to move to the left SUBTRACT the left px value...
save and respring
Can i also suggest to lower the font size as well JMO...
Blinded, or someone else, I have one last adjustment I need to make. Didn't think it was going to bother me this much but, well, it did. The only other change I need to make is with the Month on the SB widget. It's a little too high now that I've dropped everything else in the widget. Problem is, don't know where the code for this thing is in here. Any clues![]()
Maybe not the correct thread for this but what the heck. How can I make the folder icons transparent in iOS 4.1? TIA.
Here is the widget. got it from one of the screenshot threads. It's Lexs'
When my themes are in use I'm not getting the widgets on the home screen. Should I be doing something different with the folder? Do I package it up in a theme?