From 604d7c85dbdf16534fd7293077a1b753a04c05f3 Mon Sep 17 00:00:00 2001 From: Nicol Date: Mon, 24 May 2021 20:24:32 +0200 Subject: [PATCH] removes subhead and extra padding in Joomla 4 --- css/joomla.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/joomla.css b/css/joomla.css index 80b9ad96f0..d493635c74 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -399,3 +399,12 @@ body.admin.com_civicrm #content-right { body.ui-dialog-open #status { z-index: 100 !important; } + +/* Joomla 4 */ + +body.admin.com_civicrm.layout-default #content > .row > .col-md-12 { + padding: 0; +} +body.admin.com_civicrm.layout-default #subhead { + display: none; +} -- 2.25.1