Title: widgets inline
Last modified: December 6, 2017

---

# widgets inline

 *  Resolved [anilvanderzee](https://wordpress.org/support/users/anilvanderzee/)
 * (@anilvanderzee)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/widgets-inline-2/)
 * Hi Ben,
 * A question. I hope it’s ok to ask this to you. I have my sharing buttons at the
   end of my blog by Jetpack. I managed to add a widget with Facebook, Twitter and
   WordPress in 1 but I would want to have that widget on the right side of my sharing
   buttons it’s now underneath. I’m totally clueless how to do this. Checked online
   but I have no idea. Obviously this would only be for the desktop version only.
 * Hope you help me???
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwidgets-inline-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/widgets-inline-2/#post-9757011)
 * Hey Anil,
 * Yea I can help with that. Please use this CSS to move the share buttons next 
   to the “Follow Me” widget:
 *     ```
       @media all and (min-width: 700px) {
   
         .sharedaddy {
           float: left;
           width: 50%;
         }
         .sidebar-after-post-content {
           float: right;
           width: 50%;
           margin: 0;
           clear: none;
         }
       }
       ```
   
 * The one caveat here is that any additional widgets you add to the After Post 
   Content widget area will display in the right side under “Follow Me” which might
   look kind of strange. I had to write the CSS this way given the current HTML 
   structure.
 *  Thread Starter [anilvanderzee](https://wordpress.org/support/users/anilvanderzee/)
 * (@anilvanderzee)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/widgets-inline-2/#post-9757060)
 * Thank you Ben, that works perfectly. (re)solved!!!!!
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/widgets-inline-2/#post-9758337)
 * No prob, always happy to help 🙂

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

The topic ‘widgets inline’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/widgets-inline-2/#post-9758337)
 * Status: resolved