Viewing 1 replies (of 1 total)
  • There are some code in your theme that conflicts with the plugin styling. Please put this code in Appearance >> Customize >> Additional CSS box and save it which should fix the issue.

    .single-at_biz_dir #directorist.atbd_wrapper .row {
        display: table !important;
    }
    
    @media (min-width: 960px){ 
    .single-at_biz_dir #directorist.atbd_wrapper .row .col-lg-8.atbd_col_left {
        width: 66.66666666666666% !important;
     }
    }
    
    @media (min-width: 960px){ 
    .single-at_biz_dir #directorist.atbd_wrapper .row .col-lg-4{
        width: 33.3333333% !important;
     }
    }
Viewing 1 replies (of 1 total)

The topic ‘Diplay problem only in Chrome’ is closed to new replies.