Tagged: x
-
AuthorPosts
-
June 14, 2016 at 2:30 pm #1041976
cse89ParticipantHello,
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:
June 14, 2016 at 2:32 pm #1041980
cse89ParticipantThis reply has been marked as private.June 15, 2016 at 2:03 am #1042779
FriechModeratorHi 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!
June 27, 2016 at 12:23 pm #1061867
cse89ParticipantHello 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?
June 27, 2016 at 2:03 pm #1061986
JoaoModeratorHi There,
Please provide the link of each of the pages so we can provide you the Custom Code.
Thanks
Joao
June 29, 2016 at 3:45 am #1064495
cse89ParticipantThis reply has been marked as private.June 29, 2016 at 6:19 am #1064644
LelyModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1041976 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
