Your template's CSS overwrites our Responsive menu's CSS and cause issues.
Solution :
- Open {root}/templates/beez3inter/css/position.css
- Search for,
#header {
display: block !important;
position: relative;
padding: 8em 0 0 0;
overflow: hidden;
}
- Replace it as,
#header {
display: block !important;
position: relative;
padding: 8em 0 0 0;
}
- That's it. Save the changes and check at your site.
- Now, you can add more martial arts items and they will begin to show. Still, I see some alignment issues occurs due to CSS conflict. Kindly get me your admin access details to This email address is being protected from spambots. You need JavaScript enabled to view it.. So, I can assign a developer to fix all those issues.