Part of the grid is hidden in Chrome

Asked

Viewed 36 times

0

problems with Chrome. At first I am only working on localhost and bootstrap version 3, how can I improve CSS ?

In Firefox shows the full site, but in Chrome it hides (the grid I called advertising), is an image and the plugin of a facebook page.

According to images: Image in Firefox (correct): https://prnt.sc/jnb7t1

Image in Chrome (incorrect): https://prnt.sc/jnb811

How can I fix with CSS ? Or is there another way? Thank you!

<!-- BOX - PUBLICIDADE -->
<div class="publicidade tarja">
  <div class="container">

    <!-- BOX - DELIVERY + FACEBOOK -->
    <div class="row">

      <!-- BOX - DELIVERY -->
      <div class="col-md-8 delivery">
        <img src="http://via.placeholder.com/800x340" class="img-responsive" />  
      </div><!-- col-md-8 -->

      <!-- BOX - FACEBOOK -->       
      <div class="col-md-4 facebook"> 

        <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Ffacebook&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=748328198670638" width="360" height="320" style="border:none;overflow:hidden;width:100%;" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>

      </div><!-- col-md-4 -->

    </div><!-- row -->

  </div><!-- container -->
</div><!-- publicidade -->
  • Is it wrong in Chrome? You put both as "Firefox".

  • I corrected, it was a spelling error... But the error remains!

  • Guy in my Chrome was normal with the default CSS of Bootstrap. It must have been something else that you put there in your code. But just like what you posted in the question here turned normal...

  • I will check if correct and warning... Thanks Hugo!

  • What is the CSS of these classes publicidade tarja?

  • Advertising is the name of div only... Already Arja he has a margin-top: 50px

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.