Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #703295

    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

    #703779

    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

    #704178

    Thank you, absolutely perfect.

    Thanks for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mega Menu – Title and Images alignment’ is closed to new replies.