I looked around the form and can’t seem to find a relevant answer.
Can someone help with some CSS for adding a social media icon to the main navigation menu?
I tried some CSS and I’ve given up.
I did try to make the image the exact height of the nav bar and it cause the separator to go down: https://imgur.com/a/CmXKe
For now I left it the 32×32 size like this: https://imgur.com/a/YO410
Thank you for your help!
Forgot to mention – I’m trying to make it centred top to bottom on the menu.
So I got it fixed…I added my CSS was missing the img
tag in it.
Here is what I have in the CSS field now..
.fblogo img{
position: relative;
top: 50%;
transform: translateY(-50%);
}
Here is what I have in the menu field…https://imgur.com/a/ZTouj
Hi,
I’m glad you were able to get this corrected. If you nee additional help, please let us know here in the forums.
Best regards,
Jordan Shannon