• Resolved pablotll

    (@pablotll)


    There’s something very strange. My listings look perfect in Firefox and Safari, but in Chrome most of the listing ends up hidden behind the page’s footer.

    Please compare the URL: https://medicacampestre.com/medico/torres-zapiain-fernando/ with Chrome and with any other browser.

    I’m on a Mac, I don’t know if the error happens in Windows as well.

    Thank you.

    The page I need help with: [log in to see the link]

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.