Title: Mobile Responsiveness
Last modified: August 22, 2016

---

# Mobile Responsiveness

 *  Resolved [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-responsiveness-3/)
 * Hi –
    [https://alteregovoices.com](https://alteregovoices.com) When I resize 
   the screen, or display on small screens eg tablet or iphone, my footer icons 
   display in a single column.
 * I have altered my footer code both with the plugin footer putter and manually.
 * I am thinking that this is a responsiveness issue with raindrops,as with themes
   it works ok (ie the icons “keep” their horizontal positioning).
 * Is there something I could change?
 * Thanks for your help as always
 * Cromerty

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-responsiveness-3/#post-5900741)
 * > I am thinking that this is a responsiveness issue with raindrops,as with themes
   > it works ok (ie the icons “keep” their horizontal positioning).
 * No. this is not Themes issue.
 * You, if you have a customized plug-like, must be made on their own necessary 
   adjustments.
 * Plug-ins, etc., or to request what presentation customization, theme you can 
   not predict
 * but try below.
 *     ```
       #footer_trademarks-4 a,
       #footer_trademarks-4 img{
       	display:inline-block!important;
       	width:60px!important;
       }
       #ft .socialfooter{
       	display:block!important;
       }
       #ft .socialfooter img,
       #ft .socialfooter a{
       	width:24px!important;
          display:inline!important;
       }
       ```
   
 *  Thread Starter [Cromerty](https://wordpress.org/support/users/cromerty/)
 * (@cromerty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-responsiveness-3/#post-5900763)
 * YOU ARE A LEGEND!!!! xxx

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile Responsiveness’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)

 * 2 replies
 * 2 participants
 * Last reply from: [Cromerty](https://wordpress.org/support/users/cromerty/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/mobile-responsiveness-3/#post-5900763)
 * Status: resolved