Ok so I have been trying to adjust the height of a carousel for mobile (images are centred in the container but there is too much white space so user has to scroll up).
I added the following to the page header but forgot to wrap it in a style:
@media (max-width: 767px) {
.mobile-carousel-fix .carousel-inner {
height: 100px; /* Adjust this value to your preferred mobile height */
}
}
I realised my error and deleted the code but it still displays as text. See image
I’ve tried republishing and exporting options to no avail. Can anyone help me to fix this and to resolve the display correctly please?
