Hi @Max I’m having issues with the Menu headers fitting on mobile. Can you help, please? It would be nice if the Sections (speaker names) were smaller on mobile too, please.
2 Likes
Hi there, @OHS_Graphics ![]()
Sure, here is the code:
@media (max-width: 500px) {
[class*="TabsControlItem__Name-sc"] {
font-size: 15px;
}
}
Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped ![]()
1 Like
Thank you!! May I get code to make the Sections (speaker names) were smaller on mobile too, please?
2 Likes
Oh, sorry for missing that! This code will do the trick ![]()
@media (max-width: 500px) {
[class*="SectionsControlItem__SectionsControlItemComponent"] {
font-size: 15px;
}
}
1 Like
Thank you so much!! I really appreciate your help, responsiveness, and speed! ![]()
3 Likes
You’re always welcome and thank you so much for your kind words ![]()
In the meantime, we’d like to invite you to participate in our Birthday Contest, where you can win a 12-month extension for your subscription - Birthday Contest: 10 Winners, 10 Free Years with Elfsight! ![]()
Check the details and join in ![]()
1 Like
