Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1039310
    NicoleG
    Participant

    Hi, I’ve seen other questions asking the same thing, but the css code seems to be tailored to each website. I have three cards and they are all different sizes and I need to make them uniform. Can you please advise what I need to do. Is it css something along these lines:

    .page-id-6 #x-section-2 .x-card-outer .x-card-inner {
    min-height: 300px;
    }

    Also, the first card floats in to the space and the others don’t. Is there somewhere I can change this setting?

    Thanks
    Nicole

    #1039311
    NicoleG
    Participant
    This reply has been marked as private.
    #1039447
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    To make it even, you can add this under Custom > CSS in the Customizer.

    
    .home #x-section-6 .x-card-outer .x-card-inner {
        min-height:285px;
    }
    

    Hope that helps.

    #1040488
    NicoleG
    Participant

    Thanks Paul. That didn’t seem to work though. Are you able to have a look and see please?
    Thanks
    Nicole

    #1040867
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .home div#giving-back .x-card-outer .x-card-inner {
        min-height:285px;
    }

    Hope this helps – thanks!

    #1040904
    NicoleG
    Participant

    Thanks John – that works!

    Interestingly it works when I go to the real site, but it isn’t showing when I am in layout/edit mode.

    Thanks 🙂

    #1041271
    Friech
    Moderator

    Hi Nicole,

    That is because Cornerstone has a sidebar panel that takes something 20% of the screen width. Try previewing it on a full-width by pressing the arrow icon on the bottom-left.

    Thanks.

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