How to make plugins on same horizontal line? I edited one homescreen I like and have calendar plugin below, in the code, the profile plugin. I have calendar plugin halign right and profile plugin halign left.
The problem is, calendar is still one line below profile, when I want it on same line. how do i force them to be on same horizontal line?
it goes like
<plugin... profile>
...
<plugin/>
<plugin .... calendar>
....
<plugin/>
And ends up looking like
Profile: silent
There are no appointments.
just want it on same line.
thanks! |