Hi,
I´ve added an image to the footer menu but inserting it before the copyright text using the code . I´d like the copyright text that sits next to the image as well as the other menu items further along in the menu (terms & condition, legal notice etc) to all be vertically centred with the middle of the image. Is there a way of doing this please?
Please see a screen shot of the current setup in the link below.
Many thanks and best regards
Sorry instead of the code showing above the image has appeared. The code I used excluding the image link is as follows:
© Copyright – Levante Golf 2020 [nolink]
Many thanks and best regards
Hi,
Thanks for the screenshot, could you post a link to where we can see the actual elements as well please?
Best regards,
Rikard
HiLevante Golf ,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#socket .copyright {
float: left;
display: flex;
flex-direction: row;
align-items: center;
}
#socket .copyright img {
margin-right: 10px;
}
#socket .social_bookmarks {
margin: 10px 0 0 30px;
}
#socket .menu {
margin-top: 27px;
}
If you need further assistance please let us know.
Best regards,
Victoria