Title: themesupport's Replies | WordPress.org

---

# themesupport

  [  ](https://wordpress.org/support/users/diegocw/)

 *   [Profile](https://wordpress.org/support/users/diegocw/)
 *   [Topics Started](https://wordpress.org/support/users/diegocw/topics/)
 *   [Replies Created](https://wordpress.org/support/users/diegocw/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/diegocw/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/diegocw/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/diegocw/engagements/)
 *   [Favorites](https://wordpress.org/support/users/diegocw/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kale] Issue with Featured Posts dropdown in Customize area](https://wordpress.org/support/topic/issue-with-featured-posts-dropdown-in-customize-area/)
 *  [themesupport](https://wordpress.org/support/users/diegocw/)
 * (@diegocw)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/issue-with-featured-posts-dropdown-in-customize-area/page/2/#post-9828376)
 * Hello [@amapforkandcork](https://wordpress.org/support/users/amapforkandcork/),
 * Could you open new ticket on our support forum: [https://www.lyrathemes.com/support/](https://www.lyrathemes.com/support/)
   so I’ll have a look at your site?
 * Best regards,
    Diego
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Post Feed - Simple Social Feeds for WordPress] Page-Banner on the right side?](https://wordpress.org/support/topic/page-banner-on-the-right-side/)
 *  [themesupport](https://wordpress.org/support/users/diegocw/)
 * (@diegocw)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/page-banner-on-the-right-side/#post-7252919)
 * Happy to help 🙂
 * Best
    Diego SmashBalloon Team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Post Feed - Simple Social Feeds for WordPress] Page-Banner on the right side?](https://wordpress.org/support/topic/page-banner-on-the-right-side/)
 *  [themesupport](https://wordpress.org/support/users/diegocw/)
 * (@diegocw)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/page-banner-on-the-right-side/#post-7252914)
 * Hi
 * Please, replace the code you’ve added for the following one:
 *     ```
       @media only screen and (min-device-width : 769px) {
       .cff-likebox { float: right; width: 47%; }
       .cff-item { width: 50% !important; }
       .fb_iframe_widget iframe { margin: 0 20%; width: 301px !important; }
       }
       ```
   
 * The image can’t be enlarged because it’s inside FB’s iframe but this should take
   care of all you need.
 * Please let us know if you have any more questions.
 * Best
    Diego SmashBalloon Team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Post Feed - Simple Social Feeds for WordPress] Page-Banner on the right side?](https://wordpress.org/support/topic/page-banner-on-the-right-side/)
 *  [themesupport](https://wordpress.org/support/users/diegocw/)
 * (@diegocw)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/page-banner-on-the-right-side/#post-7252901)
 * Hi bluebird145,
 * Yes, it could be done. Please add the old code I gave you and let me know so 
   I can work over that on your page.
 *     ```
       @media only screen and (min-device-width : 769px) {
       .cff-likebox { float: right; width: 45%; }
       .cff-item { width: 45% !important; }
       }
       ```
   
 * Let me know when it’s added.
    Best Diego SmashBalloon Team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Post Feed - Simple Social Feeds for WordPress] Page-Banner on the right side?](https://wordpress.org/support/topic/page-banner-on-the-right-side/)
 *  [themesupport](https://wordpress.org/support/users/diegocw/)
 * (@diegocw)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/page-banner-on-the-right-side/#post-7252870)
 * Hey!
 * Try using the following code instead:
 * [@media](https://wordpress.org/support/users/media/) only screen and (min-device-
   width : 769px) {
    .cff-likebox { float: right; width: 45%; } .cff-item { width:
   45% !important; } }
 * Let me know if that fixes it.
 * Best
    Diego SmashBalloom Team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Post Feed - Simple Social Feeds for WordPress] Page-Banner on the right side?](https://wordpress.org/support/topic/page-banner-on-the-right-side/)
 *  [themesupport](https://wordpress.org/support/users/diegocw/)
 * (@diegocw)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/page-banner-on-the-right-side/#post-7252859)
 * Hi bluebird145,
 * Please, open your WP Admin and go to Facebook Feed > Customize > Misc > Custom
   CSS and inside that box, add the following code:
 *     ```
       .cff-likebox { float: right; width: 45%; }
       .cff-item { width: 45% !important; }
       ```
   
 * Save and refresh your page.
 * Please let us know if you have any more questions.
 * Best
    Diego SmashBalloom Team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Post Feed - Simple Social Feeds for WordPress] Page-Banner on the right side?](https://wordpress.org/support/topic/page-banner-on-the-right-side/)
 *  [themesupport](https://wordpress.org/support/users/diegocw/)
 * (@diegocw)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/page-banner-on-the-right-side/#post-7252792)
 * Hi bluebird145,
 * Would you mind to share your link with me? That way I can give you a code that
   will work on your site. I don’t want to give you some code that messes up something
   else.
 * Looking forward to it!
 * Best
    Diego SmashBalloom Team

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