I have successfully implemented a rotate plugin to rotate my logo on my website. However, I am facing an issue where the content below the rotating image is moving up and down.
Could someone please advise me on how to correct this issue?
You can view my webpage here:
Below is the code snippet that I am using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
... (full HTML code)
</body>
</html>