• Resolved KyleWith

    (@kylewith)


    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://ww.wp.xz.cn/plugins/real-estate-listing-realtyna-wpl/

Viewing 1 replies (of 1 total)
  • Thread Starter KyleWith

    (@kylewith)

    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.