NO BUG: Broken css when loading booking module

OS: macOS
URL: https://sarllefaulion.luctoronline.nl/reserveren/

Hello fellow bricks users,

I am loading a external booking module(recranet). On the page where it loads, some of the css/styles don’t work anymore or gets overridden. There isnt much on the page except the bookign module but the font-size for the header doesnt work anymore.
First I added it sitewide(then the styles break on every page), but know just on the /reserveren page.

To load the booking module i had to add some header scripts and had to modify the .htacces file.

Anyone know what is happening?

Hello,

I checked your website, and it seems that you have this style here:

Because this style set the font-size to 100% on HTML, it will wrongly recalculate your font-size variable that you have defined.

Make sure that this font size stays the same even on this page.

I’ll mark the topic as no-bug, as it’s not directly Brics related.

Best regards,
Matej

Thank you sir, i will change the global setting to 100% in bricks and update coreframework.

much appreciated.

1 Like