• Resolved jlelean

    (@jlelean)


    I’m using the image jetpack widget to put images with links in the widget area at the bottom of the page but they align in columns rather than all five acros the footer (www.soilsecurity.org).

    Do you know how I can change this.
    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter jlelean

    (@jlelean)

    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

    Thread Starter jlelean

    (@jlelean)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘widgets in footer’ is closed to new replies.