- Issue created by @bigtomfelix
- 🇺🇸United States flashwebcenter Austin TX
Good morning,
Thank you for your kind words, I truly appreciate your support and I'm glad to hear the theme has been a reliable foundation for your projects.
Regarding your new requirement for government websites: yes, you can absolutely implement the top "leaderboard-style" layout using the existing highlighted region, without creating a new region, and still meet WCAG 2.1 accessibility requirements.
Suggested Approach Using the highlighted Region
- Create two separate menus in Drupal.
- Place each menu block into the Highlighted region.
- Apply the following CSS to split them visually:
#highlighted { --r-bg: #ccc; } #highlighted-inner { display: flex; justify-content: space-between; gap: 1rem; } #highlighted-inner nav { display: flex; width: auto; } #highlighted-inner nav:first-child ul { justify-content: start; } #highlighted-inner nav:nth-child(2) ul { justify-content: end; } #highlighted-inner ul li a { font-size: 14px; padding: 2px 12px; }
Best wishes,
Alaa - 🇺🇸United States flashwebcenter Austin TX
Thank you so much! Your words mean a lot to me and I will have https://www.drupal.org/project/vvja/issues/3538771 ✨ Timeline Active on my to do list.
Best wishes,
Alaa