I had to manually place a Twitter widget in my theme and I have it in the perfect place but it will slide left and right depending on the zoom level of the page.
How can I set the position of it to not move and stay in its position relative to the edge of the page and the text.
URL: http://silentcalltone.com/
Thanks
PS: The css im using for that element:” .twitter {position:relative;float:right;top: 720px;right: 100px; position: absolute; } “
try simply:
There are some other padding and margin issues on that page, as well as illegal HTML that you might want to fix before doing this though. For example, this isn’t allowed:
You can’t nest divs inside uls