Good afternoon, is it possible for you to configure that the header is also fixed in the mobile version when scrolling as it is in the desktop version?
Hi jjjuanjo, You can add the following CSS code to Tools > Custom CSS:
@media (max-width: 575.98px) { .t4-sticky { position: sticky !important; top: 0 !important; } }