I have installed the template demo on my domain. In the floating menu the fontawesome icon is not aligned with the text but is on top. https://www.claweb.it/demo-carmen/
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.mm-ocd a {
display: flex;
align-items: center;
}
.mm-ocd a > span {
padding: 0;
}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »