Hi guys,
I have a problem of vertical alignment of the texts in my footer. I tried to center them both with a central alignment in the gridder, and with the css:
.row {
-webkit-align-self: center! important;
align-items: center! important;
align-content: center! important;
}
#footer-region {position: fixed;
bottom: 60px;
background-color: rgba (255, 255, 255, 0)! important;
z-index: 12;
left: 60px;
align-items: center! important;
align-content: center! important;
-webkit-align-self: center! important;
}
but unfortunately the text aligns to the baseline. This is the page: link text
The alignment that I would like to achieve is this in the sketch:
Thank you for your time