Home › Forums › Legacy Support › Support queries › Styling issues › responsive text in block
- This topic has 58 replies, 3 voices, and was last updated 2 years, 11 months ago by Veronica.
-
AuthorPosts
-
October 30, 2021 at 11:28 am #373849VeronicaModeratorThis reply has been marked as private.November 1, 2021 at 9:40 am #373916MeesterGijsSpectatorYou're correct. Sorry. One other thing. What happens is that when I click the NAKIJKEN button in my H5P quizzes, this happens: http://somup.com/crXVQk3HGg Probably has to do with the green button OPNIEUW popping up. Can we fix this? GijsNovember 3, 2021 at 7:21 am #374028VeronicaModeratorhi check this custom CSS html.h5p-iframe .h5p-question-buttons.h5p-question-visible.has-scorebar { display:flex; justify-content:center; align-items:center; } refer: http://prntscr.com/1y90vfdNovember 3, 2021 at 6:12 pm #374079MeesterGijsSpectatorI didn't get it to work. Where did you put it? Is the code correct? GijsNovember 6, 2021 at 6:05 am #374130VeronicaModeratorhi well as i have checked this on your site it is working simply add this in custom CSS section html.h5p-iframe .h5p-question-buttons.h5p-question-visible.has-scorebar { display: flex !important; justify-content: center !important; align-items: center !important; }November 7, 2021 at 1:49 pm #374198MeesterGijsSpectatorWhen I add the code in custom CSS section it looks like this: https://imgur.com/a/RrVvnJmNovember 8, 2021 at 1:35 pm #374279Anshuman SahuKeymasterplease try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
@media (max-width: 768px){ .unit_prevnext { display:flex; justify-content:space-between; width:100%; } .unit_wrap .unit_prevnext #next_unit > span, .unit_wrap .unit_prevnext #next_quiz > span { display: none; } }
November 8, 2021 at 6:40 pm #374313MeesterGijsSpectatorDear Alex, Thanks for the first bit of that code. It did show the yellow bar in full width. That problem is solved! But it still shows the OPNIEUW/RETRY button on top of the round SHOW CORRECT ANSWERS button... Should that have been solved with this code? Didn't work unfortuneately.. .unit_wrap .unit_prevnext #next_unit > span, .unit_wrap .unit_prevnext #next_quiz > span { display: none; } }November 16, 2021 at 7:17 am #374677VeronicaModerator
add this code or you can directly add this with the code @Alex provided. http://prntscr.com/1zrdwak like this:@media (max-width: 768px){ html.h5p-iframe .h5p-question-buttons.h5p-question-visible.has-scorebar { margin-top: -12px; display: flex !important; justify-content: center !important; align-items: center !important; } }
@media (max-width: 768px){ .unit_prevnext { display:flex; justify-content:space-between; width:100%; } .unit_wrap .unit_prevnext #next_unit > span, .unit_wrap .unit_prevnext #next_quiz > span { display: none; } html.h5p-iframe .h5p-question-buttons.h5p-question-visible.has-scorebar { margin-top: -12px; display: flex !important; justify-content: center !important; align-items: center !important; } }
November 17, 2021 at 6:54 am #374740VeronicaModeratorThis reply has been marked as private.November 17, 2021 at 7:25 am #374742MeesterGijsSpectatorThis reply has been marked as private.November 18, 2021 at 5:33 am #374779VeronicaModeratorThis reply has been marked as private.November 18, 2021 at 3:32 pm #374800MeesterGijsSpectatorThis reply has been marked as private.November 19, 2021 at 10:58 am #374821VeronicaModeratorstill the same no access for the backendNovember 19, 2021 at 10:59 am #374823VeronicaModeratorThis reply has been marked as private. -
AuthorPosts
- The topic ‘responsive text in block’ is closed to new replies.