Quantum Codex

Frequently Asked Questions

Fix margin bug on navcrumbs, version 1.4.3

Hello,

There are a little bug to style Quantum Codex on Index page with "navcrumbs". To fix it.

1. Open common.css

Line 295 - Find and Replace all.

Code: Select all

.navcrumbs {
	display: block;
	width: 61.900%;
	padding: 1.690em 0;
	margin: 0;
	overflow: hidden;
}
2. Line 346 - Find and Replace all.

Code: Select all

.day-time {
  float: right;
  width: 37.500%;
  margin-top: 0.500em;
  padding: 0.400em 0 0.400em 0;
  font-size: 1.000em;
  clear: right;
}
/!\ Do not forget to clear cache to "ACP" and refresh your browser.

Thank you and have a nice day ;)

Patrice