Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1148069
    Maya L
    Participant

    Hi Support πŸ™‚
    I’m using the card element in cornerstone and I would like to know if there is a way to make all of the cards on the page the same size regardless of the amount of text in them.

    I use three cards on http://www.demosite.penandink.dk

    Also is there any shortcode I can use in cornerstone editor to style the button hover color? I found the normal color change shortcode, but can’t seem to find a hover change color shortcode.

    Thank you πŸ™‚

    #1148191
    Paul R
    Moderator

    Hi Maya,

    Thanks for writing in!

    Please add a class to all your card elements in that page

    eg. http://screencast.com/t/Xzupkrjf

    Then add this in custom > Edit Global css in the customizer

    
    .x-card-outer.my-card .x-card-inner {
        min-height:301px;
    }
    

    Hope that helps.

    #1153207
    Maya L
    Participant

    Thank you so much!
    That worked beautifully πŸ™‚ πŸ™‚

    #1153213
    John Ezra
    Member

    You’re most welcome!

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