Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi there,
Just wondering how to achieve the close layout of icons demonstrated here using the Tower theme: https://codeless.co/tower/default/contact-us/
I have had to use a separate list for each entry of information as I am unable to assign individual icons within the same list. Here is my example: https://www.advent-im.co.uk/contact-us/
Thanks
Hello,
Please add this code into your custom css box:
.list li.simple:first-child:last-child {
padding-bottom: 0 !important;
margin-bottom: -33px !important;
}
Best regards!
You must be logged in to reply to this topic.