Title: Responsive problem
Last modified: August 31, 2016

---

# Responsive problem

 *  [ikovac84](https://wordpress.org/support/users/ikovac84/)
 * (@ikovac84)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-problem-16/)
 * Hi
    I am having a problem with images. When I put img as a background of a row,
   doesn’t matter if it is parallax or just background, it is not responsive. Is
   there any solution for that?
 * [https://wordpress.org/plugins/siteorigin-panels/](https://wordpress.org/plugins/siteorigin-panels/)

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

 *  Plugin Author [Greg – SiteOrigin](https://wordpress.org/support/users/gpriday/)
 * (@gpriday)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-problem-16/#post-6928401)
 * Hi ikovac84
 * Do you have a public URL where I can take a look at what’s going on?
 *  Thread Starter [ikovac84](https://wordpress.org/support/users/ikovac84/)
 * (@ikovac84)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-problem-16/#post-6928415)
 * Hi Greg
 * Yes you can check [http://www.marblemonkey.com/](http://www.marblemonkey.com/)
   subscribe section. I have tried with different themes but it`s always the same.
 *  [Organized Themes](https://wordpress.org/support/users/organizedthemes/)
 * (@organizedthemes)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-problem-16/#post-6928420)
 * Hey ikovac84,
 * I believe the image is responsive there in your subscribe section. The spacer
   fills area on large and small screens. Because of that, the row is quite tall
   on smaller screens and since the background image is set to cover, a large chunk
   of it will be cut off.
 * You could use this CSS to hide the spacer on smaller screens:
 *     ```
       @media screen and (max-width: 780px) {
   
       	#panel-109-2-0-0 .so-widget-spacer {
       		display: none;
       	}
   
       }
       ```
   
 * Hopefully that will let the row be a more natural size and the image sized more
   appropriately.
 *  Thread Starter [ikovac84](https://wordpress.org/support/users/ikovac84/)
 * (@ikovac84)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-problem-16/#post-6928421)
 * Hi Bill
    It looks better now. Thanks a lot 🙂

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

The topic ‘Responsive problem’ is closed to new replies.

 * ![](https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869)
 * [Page Builder by SiteOrigin](https://wordpress.org/plugins/siteorigin-panels/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/siteorigin-panels/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/siteorigin-panels/)
 * [Active Topics](https://wordpress.org/support/plugin/siteorigin-panels/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/siteorigin-panels/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/siteorigin-panels/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [ikovac84](https://wordpress.org/support/users/ikovac84/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-problem-16/#post-6928421)
 * Status: not resolved