From 0411d8ab5849ed8f60556bf549eea3cd59254b2f Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 12 Sep 2022 14:27:02 +0200 Subject: [PATCH] added styles and code to support extra content at the bottom of pages and posts --- page.php | 42 ++++++++++++++++++++++++++++-------------- style.css | 7 +++++-- 2 files changed, 33 insertions(+), 16 deletions(-) diff --git a/page.php b/page.php index cd4bec6..e27a0fe 100644 --- a/page.php +++ b/page.php @@ -7,17 +7,17 @@

- + ID, 'autor_tipo_resid', true); if ($tiporesid) : ?>

- + ID, 'autor_data_resid', true); if ($dataresid) : ?>

- + ID, 'autor_obra', true); if ($autorobra) : ?> @@ -26,17 +26,17 @@ ID, 'data_obra', true); if ($dataobra) : ?>

- + ID, 'carrec', true); if ($carrec) : ?>

-

ID, 'telefon', true) ?>

-

ID, 'email', true) ?>

+

ID, 'telefon', true) ?>

+

ID, 'email', true) ?>

- + '' . __( 'Pages:', 'hangar' ), 'after' => '' ) ); ?> @@ -46,20 +46,34 @@ - + --> + - - - - + + + + +
+ + +
+ + - \ No newline at end of file + diff --git a/style.css b/style.css index 56bc386..c1a8fec 100644 --- a/style.css +++ b/style.css @@ -199,8 +199,11 @@ li.news a:hover{background: transparent url('images/newshover.png') no-repeat 0 #content.unic, #content.mix, #content.resultats { width:30rem; - z-index:4; - float:left; + /* z-index:4; */ + /* float:left; */ + float: none; + display: flex; + flex-direction: column; }