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

    hello

    I put an image in the header’s menu but (with <src img=””>)
    how can i adjust its position so it can be centered compared to the text
    i would like it to be lower

    #1208203

    ping

    #1208207

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #menu-item-1534 .avia-menu-text img {
        position: relative;
        top: 5px;
    }
    
    

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.