Bootstrap pull-right adds extra space

I use pull-right on the div that is inside the div container, but for some, when I use pull directly on the div, it makes the div wider so that it is not flush with the right side of the page. Ive used Chrome to validate the item, but I can't figure out where this extra width comes from. Isn't this a padding or edge that the container just seems to be wider?

The problem can be seen here at the top of the page, where all the social network icons are located. http://puntachivosurfcamp.com/

<div class="container">
   <div class="pull-right">
      <a><img/></a>
      ...
   </div>
</div>
+4
source share
1 answer

, , , , pull-right, . :

  • text-right pull-right div, :)
  • pull-right , div aka ( )

:

, , , , - , , , , .

+2

All Articles