Viewing 4 replies - 1 through 4 (of 4 total)
  • I would suggest to add this in Appeareance > Customizer > Additional CSS:

    #top-header span.dashicons:before {
      position: relative;
      top: -3px;
      z-index: 1;
    }
    Thread Starter masrem

    (@masrem)

    hi @threadi
    thank you! you are such a life saver!

    Thread Starter masrem

    (@masrem)

    thankS!

    • This reply was modified 2 years, 5 months ago by masrem.

    @masrem

    I think apply this css

    #et-info, #et-secondary-menu>ul>li a {
        padding-bottom: 0.75em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    And if you applied above css then remove it and apply my css it will fix it. Apply it here: Appeareance > Customizer > Additional CSS

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘align-vertical-center icon on secondary menu’ is closed to new replies.