Title: Custom CSS isn&#039;t taking effect
Last modified: August 30, 2016

---

# Custom CSS isn't taking effect

 *  Resolved [KyleWith](https://wordpress.org/support/users/kylewith/)
 * (@kylewith)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-css-isnt-taking-effect/)
 * I’ve been trying to change some of some CSS on a the property listing page but
   it is not taking effect.
 * I have a child theme setup and it is working (Ie I can implement custom css for
   the theme overall). I have followed the instructions on your website but it still
   isn’t taking.
 * I’m trying to change:
 *     ```
       @media (max-width: 768px)
       .wpl_prp_show_detail_boxes_cont .rows {
           width: 50%;}
       ```
   
 * to
 *     ```
       @media (max-width: 768px)
       .wpl_prp_show_detail_boxes_cont .rows {
           width: 100%;}
       ```
   
 * What is the best way to force this to override the frontend.css?
 * [https://wordpress.org/plugins/real-estate-listing-realtyna-wpl/](https://wordpress.org/plugins/real-estate-listing-realtyna-wpl/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [KyleWith](https://wordpress.org/support/users/kylewith/)
 * (@kylewith)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-css-isnt-taking-effect/#post-6476092)
 * I was missing a set of brackets.
 * Should be:
 *     ```
       @media (max-width: 768px) {
       .wpl_prp_show_detail_boxes_cont .rows {
           width: 100%}
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS isn't taking effect’ is closed to new replies.

 * ![](https://ps.w.org/real-estate-listing-realtyna-wpl/assets/icon-256x256.png?
   rev=2106080)
 * [Realtyna Organic IDX plugin + WPL Real Estate](https://wordpress.org/plugins/real-estate-listing-realtyna-wpl/)
 * [Support Threads](https://wordpress.org/support/plugin/real-estate-listing-realtyna-wpl/)
 * [Active Topics](https://wordpress.org/support/plugin/real-estate-listing-realtyna-wpl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/real-estate-listing-realtyna-wpl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/real-estate-listing-realtyna-wpl/reviews/)

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [KyleWith](https://wordpress.org/support/users/kylewith/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/custom-css-isnt-taking-effect/#post-6476092)
 * Status: resolved