Dear Elia,
The custom logobar CSS for ACSOS has the following lines, which limits the height to 240px:
@media (max-width: 767px){
.carousel-inner .item {height: 240px !important;} /*240px is the default*/
}
@media (min-width: 767px){
.carousel-inner .item {height: 240px !important;} /*420px is the default*/
}
The default on conf.researchr.org is:
.carousel .item{ width: 100%; height: 360px; }
@media (max-width: 767px){
.carousel-inner .item {height: 240px !important;}
}
@media (min-width: 1440px){
.carousel-inner .item {height: 420px !important;}
}
Kind regards,
Elmer
--
You received this message because you are subscribed to the Google Groups "conf.researchr.org support forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
conf-researchr-...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/conf-researchr-org/334b57e2-d1b8-44d1-bbe3-2a55e2adf845n%40googlegroups.com.