Hello everyone!
Question on a custom “Tabber” module. I have placed all the information below, but is it normal for multiple modules not to work? I submitted a question last week, which I got help with, but I am finding several other modules not working. The site is below; it works on mobile phones, but computers and tablets do not.
Site: https://www.elginsweeper.com/
What the edit section shows and looks normal.
How it looks LIVE on the site.
Hi again, @Yossi21! 
Same as before, seems like a CSS file is hidding the elements inside the module.
The file: https://www.elginsweeper.com/hs-fs/hubfs/hub_generated/module_assets/1/34505364419/1746467402809/module_Tabber.min.css
Contains the following code:
.dg-tabs-bottom .resp_container, .dg-tabs-bottom h2.resp-accordion, .dg-tabs-top .resp_container, .dg-tabs-top h2.resp-accordion {
display: none;
}
It’s basically hidding the content inside the tabs. Changing it to “display: block;” will displat all images which I don’t think it’s the expected behaviour neither.
Unfortunately I don’t know which HubSpot Theme you are using (you might want to consider a different theme if you are finding several issues with this one) and I don’t know how the theme is configured so there is not much more I can say to help you fix the error.
If you have downloaded the Theme from HubSpot’s marketplace, I’m sure you can contact the developer that created the Theme and they will be able to give you a better advice on how to solve all these issues.