I am trying to enable an open source to-do list system called MyTinyToDo on my website. When I changed the size to fit the layout of the site, the position of the windows for some functions, such as (Tags or arrow, except tasks) of the system, was changed, and they ruined the style.
Using Firebug, I could understand the cause of this problem. The reason is that this system uses jQuery to determine the position of these windows. I tried to find instructions that are responsible for this task inside jQuery files, but I could not find them.
So what should I do?
user730077
source share