How do I align the icon box title vertically within the box?
screenshot – https://ibb.co/nb2HDBJ
live site – https://kristyj.sg-host.com/services/
you can try this:
#top.page-id-137 #av_section_3 .iconbox_content_title {
display: block;
position: absolute !important;
bottom: 20%;
top: auto;
left: 50%;
transform: translateX(-50%);
width: 90%;
line-height: 1.8em
}
Yes Rikard – he did –
it seems that feedback about a positive solution in this forum is no longer necessary.
Sorry guys
That works perfect. Appreciate the great support as always