I have this DIV with inside the image on the left side and the content on the right side. I have this black read-more button but for some reason it is not staying at the bottom of the DIV… it is moving when i try to absolute the item…
Then, figure out what parent you want it to be the bottom of. Is it the .row{} element you want it to be the bottom of? Position wise? Then make sure whatever parent you want it at the bottom of has position:relative;
I couldn’t find th read more button on your page otherwise I’d be more specific.
Refresh the page now, you will see the read-more button in the center of the content. I have tried making the DIV container of that element absolute, but still no luck.
See this image scroll down to the section… you will see the read-more button on the bottom of that div element doesn’t mather how long the message is the button should stay at the bottom.
I have tried it. Created a new class added it next to the equal-content named " more-info-container" with position relative, and the button: bottom:0; left: 0; right: 0; still not working.