From ed6e4fe510176796b294e49be8d7f7ab8e2d3554 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 6 Nov 2019 19:08:08 -0500 Subject: [PATCH] set more elemtns to clear: both this is in case there are very few fields for the product. this may help in the mobile view under those circumstances. --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5cd2169..056c182 100644 --- a/css/style.css +++ b/css/style.css @@ -718,7 +718,11 @@ } .page-node-type-product .product .field--name-body, - .page-node-type-product .product .field--name-field-product-announcement { + .page-node-type-product .product .field--name-field-product-announcement, + .page-node-type-product .product .field--name-field-vendor-product-link, + .page-node-type-product .product .field--name-field-certification-details, + .page-node-type-product .product .field--name-field-certification-date, + .page-node-type-product .product .field--name-field-source-code-links { clear: both; } } -- 1.9.1