Front page layout. How can I customize the top layout for courses so the cover image sits at the top. What file do I have to override? The 'wrong' header layout is in Guru 6.1.0
Hi
You can try to add this custom CSS:
@media (min-width: 992px) { .gru-default-layout .gru-course-media, .gru-default-layout .gru-course-info { flex-basis: 100%; }}
into the custom css section in Joomla template you're using.