Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1041976
    cse89
    Participant

    Hello,

    I would like my boxes to have the same size. Right now they do not align. The box size depends on the content. I would like all boxes to have the same size no matter the content? Does that make sense?

    See link in the next post:

    #1041980
    cse89
    Participant
    This reply has been marked as private.
    #1042779
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media (min-width:  980px) {
    	.page-id-4959 #x-content-band-4 .x-content-band {
    		height: 400px;
    	}
    	.page-id-4967 #x-content-band-8 .x-content-band {
    		height: 200px;
    	}
    }

    Hope it helps, Cheers!

    #1061867
    cse89
    Participant

    Hello thank you 🙂

    Would it be possible to make the css work on all pages. Right now it’s only working when it’s german. Would it be possible that the css works on all pages no matter what language is selected?

    #1061986
    Joao
    Moderator

    Hi There,

    Please provide the link of each of the pages so we can provide you the Custom Code.

    Thanks

    Joao

    #1064495
    cse89
    Participant
    This reply has been marked as private.
    #1064644
    Lely
    Moderator

    Hi There,

    Thank you for the link. The easiest way is to class to each of those boxes. Then update above CSS to this:

    @media (min-width:  980px) {
    	.box-one {
    		height: 400px;
    	}
    	.box-two {
    		height: 200px;
    	}
    }

    Then on the class field on each of those box, add either box-one or box-two depending on what height you want to apply.

    Hope this helps.

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