Skip to content
Snippets Groups Projects
Commit cb5c0c10 authored by nicol's avatar nicol
Browse files

Joomla page width fixes

parent 7ddc2d30
No related branches found
No related tags found
No related merge requests found
......@@ -5124,20 +5124,6 @@ body.admin.com_civicrm .crm-container details {
background: transparent;
border-radius: inherit;
}
/* Joomla 4 fix */
@media (max-width: 768px) {
body.admin.com_civicrm #sidebar-left {
display: none;
}
body.admin.com_civicrm #content-right {
padding: 20px;
max-width: calc(100vw - 40px);
}
body.com_civicrm #crm-container {
margin: 0 -20px;
}
}
/* Wordpress */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment