Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #335284

    Tod
    Participant

    Hi guys: any idea why the text inside my buttons won’t center vertically? It’s just a little above the center of the button, and it only happens in Revolution Slider.

    #335285

    Tod
    Participant
    This reply has been marked as private.
    #335453

    Friech
    Moderator

    Hi There,

    The top and bottom padding of that button is not equal, you can add this under Custom > CSS in the Customizer.

    .rev_slider_wrapper .x-btn {
    	padding-bottom: 0.563em !important;
    }

    Hope it helps, Cheers!

    #335986

    Tod
    Participant

    Worked perfectly! As always, I’m impressed with the X team’s awesomeness!

    #336130

    Zeshan
    Member

    You’re welcome! 🙂