-4

I made 2 seemingly identical blocks that contain images. I want to make both blocks superpose eachother perfectly in order to later add some hover-transitions. So I gave a "position: absolute" to one of the blocks, but for some reason it doesn't superpose exactly and seems to have a different width. Do you know why?

Here is the exact place: http://www.ways2worldpeace.org/#the-projects

Thank you so much!!

Ben Viatte
  • 341
  • 2
  • 13
  • exact place ? a whole website? – rach8garg Feb 09 '18 at 10:08
  • The #the-projects hashtag should lead to the exact place... 3 circular green icons under a title "The Projects" – Ben Viatte Feb 09 '18 at 10:10
  • Questions seeking code help must include the shortest code necessary to reproduce it **in the question itself** preferably in a **Stack Snippet**. Although you have provided a link, if it was to become invalid, your question would be of no value to other future SO users with the same problem. See [**Something in my website doesn't work can I just paste a link**](http://meta.stackoverflow.com/questions/254428/something-in-my-web-site-or-project-doesnt-work-can-i-just-paste-a-link-to-it). – Paulie_D Feb 09 '18 at 10:17
  • ok, I understand. Sorry for the bad practice. – Ben Viatte Feb 09 '18 at 10:51

1 Answers1

-2

UPDATED

ok create a new class for example "balancer" and put this content

.balancer{
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100vw;
}

then you just need to add the speakers to the two divs inside wpb_wrapper