LEXS is it possible to move the widget to the top row?
Hi Yes A lot of editing is required
To move the Date/Time you need to edit the wallpaper html
Scroll down to
<table style="position: fixed;top: 300px; left: 20px; width: 320px; height: 461px;align: center;">
<tr align="left" valign="top" border="0" cellpadding="0">
<td height="12" valign="top" margin-left="20" >
<span id="clock">
Where it says top 300px that is the position of the clock now
Change it to say something like 55px and that will move the time up to
the top
Do the same with calendar/date
<table style="position: fixed;top: 340px; left: 20px; width: 321px; height: 481px;align: left;">
<tr>
<td id="date" valign="top">
<span id="calendar">
Change the 340px to say 95px
Do the same for weather FILE in Private/stylesheet/mini.css
you need to edit mini/css