diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index 988bbbc..b8ea7f9 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -25,8 +25,8 @@ } } -/* On any page except the home, drop the title over (where we want) the image (to be). */ -.page-title { +/* On node pages, drop the title over (where we want) the image (to be). */ +.page--content-item .page-title { height: 0; position: relative; overflow: visible;