Problem/Motivation

When we add in article two paragraphs (media [image] and gallery) and if order of paragraphs is following: image first, gallery second. Then when article is saved and in view mode, gallery is not visible. We can see gallery with sliders, but with single image from image paragraph. If order is opposite, so gallery first, image second, then everything is displayed properly.

Problem is apparently in Bartik theme, that is used as base for Thunder Base theme. And for some reason Bartik applies float: left; for image fields types inside node. So media paragraph and gallery paragraph get one over another and that causes problem.

Proposed resolution

Possible solution is to set float: none; for this specific element. And it's possible to add these changes in Thunder Base theme to overwrite Bartik behaviour.

Comments

mtodor created an issue. See original summary.

mtodor’s picture

Tnx @tjwelde for proposed solution.

Here is proposed solution: https://github.com/BurdaMagazinOrg/thunder-distribution/commit/98cb48d18...

daniel.bosen’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.