Hello, I have figured out how to add image and text within the mega menu but how can I get the text to sit centrally next to the image? Currently the title sits to the right and bottom aligned with the image.
Any help appreciated.
Many thanks
Hey SCA_Studio,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
#header .avia_mega_div img {
float: left;
}
.mega_menu_title span {
display: flex;
flex-direction: column;
height: 100px;
justify-content: center;
vertical-align: middle;
}
Let us know if it works :)
Best regards,
Nikko
Thank you, absolutely perfect.
Thanks for your help.