Title: Issue with theme &quot;Responsive&quot;
Last modified: August 20, 2016

---

# Issue with theme "Responsive"

 *  [akedv](https://wordpress.org/support/users/ak71/)
 * (@ak71)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/issue-with-theme-responsive/)
 * Hi,
 * i’m trying to use your plugin together with the “Responsive” theme ( [http://wordpress.org/extend/themes/responsive](http://wordpress.org/extend/themes/responsive))
   but when i activate the wp-property plugin my footer gets “uncentered” as you
   can see here: [http://www.personalpropertyservice.com/](http://www.personalpropertyservice.com/)
 * where should i start to investigate, theme or plugin? unfortunately this is where
   my css knowledge stops:( help please
 * regards
    alexander
 * [http://wordpress.org/extend/plugins/wp-property/](http://wordpress.org/extend/plugins/wp-property/)

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

 *  Thread Starter [akedv](https://wordpress.org/support/users/ak71/)
 * (@ak71)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/issue-with-theme-responsive/#post-3445923)
 * i compared the html source of the page with activated and without the wp-property
   plugin, and the only difference was this line:
 * <link rel=’stylesheet’ id=’wp-property-frontend-css’ href=’[http://www.personalpropertyservice.com/wp-content/plugins/wp-property/templates/wp_properties.css?ver=1.36.3&#8242](http://www.personalpropertyservice.com/wp-content/plugins/wp-property/templates/wp_properties.css?ver=1.36.3&#8242);
   type=’text/css’ media=’all’ />
 * so the problem seems to be inside wp_properties.css, but where?
 *  [Denys Kostin](https://wordpress.org/support/users/rotcod/)
 * (@rotcod)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/issue-with-theme-responsive/#post-3446056)
 * Please, look through [that topic](https://usabilitydynamics.com/products/wp-property/forum/topic/sidebar-not-showing-up-on-individual-property-pages/)
   on our support forum.
 *  Thread Starter [akedv](https://wordpress.org/support/users/ak71/)
 * (@ak71)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/issue-with-theme-responsive/#post-3446127)
 * to solve this problem in /wp-content/plugins/wp-property/templates/wp_properties.
   css on line 1475
 * just change
 *     ```
       .clearfix {
         display: inline-block;
       }
       ```
   
 * to:
 *     ```
       .clearfix {
         display: inherit;
       }
       ```
   

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

The topic ‘Issue with theme "Responsive"’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-property_c36510.svg)
 * [WP-Property - WordPress Powered Real Estate and Property Management](https://wordpress.org/plugins/wp-property/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-property/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-property/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-property/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-property/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-property/reviews/)

## Tags

 * [CSS problem](https://wordpress.org/support/topic-tag/css-problem/)
 * [Responsive Theme](https://wordpress.org/support/topic-tag/responsive-theme/)

 * 3 replies
 * 2 participants
 * Last reply from: [akedv](https://wordpress.org/support/users/ak71/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/issue-with-theme-responsive/#post-3446127)
 * Status: not resolved