Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294140
    kbosland
    Participant

    Hi,
    I have an image in my menu. I would like it to be centered on the text. When I move the text to the center the image goes down as well as it seems to be aligned with the top of the image. How do I fix that?
    http://livefree.staging2.bosland.com/
    Thank you so much,
    Kathy

    #1294156
    Christian
    Moderator

    Hey Kathy,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        display: table-cell;
        vertical-align: middle;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1294140 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>