Version 1, changed by triplepointjotcom. 12/04/2006. Show version history
Posted by triplepointjotcom on 12/04/2006
Tags: none
Hi
we are facing some issues related to customization.We have customized our pages with CSS & HTML. But with
the new version we are getting some problems.
(a) I have setup look & feel of my jot pages according to desktop PC but when I access my jot spot on LCD that
time I have to lose my customization. But in jot spot 2.5.4 I was not facing this problem.
How can I make a compatible look for both LCD & Desktop PC [CRT monitor] ?
(b) I need to remove Spacing & padding of jot favorite window's contents in sidebar. For this I tried with lot’s of classes as followed
# jot-favs
# jot-favs h3
# jot-fav-toggle
# jot-sidebar .jot-fav-text
# jot-miniWindow.jot-favs
But I am not able to remove this space and I have used mozilla firefox CSS extension. I am not getting that particular class by which I can remove spacing and padding of jot favorite window.
(c) Now we have done lots work on our jot spot and we want to fix jot spot version [2.8]. we doesn’t want to more up gradation in future. so what we need to do for this ?
(d) May i know phone number of jot support, if any body know then plz let me know.
I have send a mail also to support@jot.com for these issues but i didn't get any reply. I hope this time i get
quick response.
Thanks in advance.
I don't think you have targeted the actual container element for the text in the jot favorite window with that list of items you have provided. I believe that all the content is displayed inside a list. Try #jot-favs ul and #jot-favs li and see if that will allow you to remove the padding/margins.
If you have the firefox web developer extension then use the Outline > Current element option to see what html element something is inside and what CSS class or id name it has.