Incompatibility with Blocksy Theme
-
Hello, I can’t make quiz maker work together with Blocksy theme.
Check the link I provided, you’ll see that the quiz maker frame is too wide, whereas it should be the same width as the header.
Blocksy developers told me the following:
It may look like this is an issue from the theme but actually the plugin is rewriting the core
widthandmax-widthproperties, please see this quick video – https://d.pr/v/zVlhdJ
In past we had a more sophisticated selector and it was beating this CSS that comes from the plugin, but now we moved to a more low specificity in the selector in order to comply with all WordPres changes – and because of this the plugin is rewriting our properties.
If you will try with other core themes – this issue will also happen for sure.
This told, there are two options here:- You can contact the quiz plugin developer/author and ask him to modify their CSS code so it won’t rewrite the theme properties.
- You can use a custom CSS snippet that will rewrite the plugin code, something like this:
div.ays-quiz-wrap {max-width: var(--theme-block-max-width) !important;width: var(--theme-block-width) !important;}Can you fix this?
The page I need help with: [log in to see the link]
The topic ‘Incompatibility with Blocksy Theme’ is closed to new replies.