Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #912639
    Derek
    Participant

    Hello,

    Can you help me vertically center buttons in the image tile grid I created on my homepage?
    http://422.e82.myftpupload.com

    The custom class “homepage-btn” works (transparent background with white hover) but “homepage-btn2” does not work – the only difference is the colors, so I can’t figure it out. Please help!

    Cheers,
    Derek

    #912645
    Derek
    Participant
    This reply has been marked as private.
    #913011
    Jade
    Moderator

    Hi Derek,

    You can add this under Custom > CSS in the Customizer.

    #x-content-band-2 .x-column,
    #x-content-band-6 .x-column {
        position: relative;
    }
    
    #x-content-band-2 .x-column .homepage-btn2,
    #x-content-band-6 .x-column .homepage-btn2 {
        position: absolute;
        top: 50%;
    }

    Hope this helps.

    #913587
    Derek
    Participant

    Thank you!

    #913868
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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