Bullet Points Next to Cards in Memory Game
Submitted by jaimejh on Wed, 08/05/2015 - 20:17
Forums:
Hello,
I just created a memory game and in the example, there are not bullets, but for some reason on mine there are. You can see it here. Am I doing something wrong or is this a bug?
http://jamie.techdesigntesting.com/memory/
Thank you!!
Jaime
fnoks
Thu, 08/06/2015 - 16:05
Permalink
The theme you are using have
The theme you are using have the following CSS-rule, that also applies to the cards:
If you add the following CSS-rule, it should disappear:
LANGCOM
Sat, 05/12/2018 - 15:06
Permalink
Bullet points still present
Hi. I applied the CSS written above, clear cache, but the bullet points are still showing. Plus, as you will see in https://www.langcom.org/platform-sample-page/ , the label is showing on the left side of the game, which shouldn't be there. I'm using the the BuddyBoss.
Thanks for the great work you're doing the H5P.
Raul
tim
Tue, 05/15/2018 - 13:33
Permalink
Hi Raul, I think there's
Hi Raul, I think there's still some work you'll have to do to make sure your css styles don't override memory game's.
LANGCOM
Thu, 05/31/2018 - 17:28
Permalink
Any hints on what exactly I can do
Any hints on what exactly I can do on the CSS styles.
otacke
Thu, 05/31/2018 - 18:12
Permalink
Hi Langcom!You've included
Hi Langcom!
You've included H5P directly into your website as a DIV element which shouldn't be happening by default. H5P should try to use its own iframe. You can read more about this in another forum post. In short: The iframe "protects" the inner content's stylesheets from the outer content's stylesheets. You do not have this protection, and your DIVI builder overrides the styles of H5P.
I'd rather not try to change all the CSS. That'd probably be very tedious. I'd rather try to find out why your site is using the memory game as a DIV element (did you do this for the DIVI builder? Did it do it? I don't know it) and return to using an iframe.
Best,
Oliver