The theme is using masonry to control how the items are displayed in your footer. Masonry is a javascript which adjust your layout so that it takes up the smallest amount of space.
I think you probably don’t want them to be placed in a fixed position. This would cause you a lot of problems when viewing on a mobile device. It would cause the user to have to scroll horizontally to seek the items.
If you want to disable you would have to do a wp_dequeue_script(‘jquery-masonry’) in the functions.php or create another script to turn off masonary.
I think you would be better off leaving it alone.
Thank you for your prompt response. I’ll do as you suggest and leave well alone.
Hi jlelean
how did you add your site name next to the copyright?
Thanks
Hi,
I didn’t do anything, it was appeared automatically so I think that it is a feature of the theme. sorry not to be more help.