New to Drupal and Paragraphs module. Let's say I have 2 distinct paragraph types added in the Basic Page content type called pfield1 and pfield2 . pfield1 is just for output images and pfield2 is just for outputting text .
Basic page field layout:
Title field
Content field
pfield1 paragraph type
pfield2 paragraph type
I am experimenting with page.html.twig and following this how-to
Product display on home page
In the Drupal 8 version of theme belgrade 8.x-1.1 when you click on a product you want to add to the cart, the display is presented with the image of the product on the left and the description on the right, on the other hand in the version Drupal 9 from belgrade 2.0.0 theme product image and description overlap so why? Is there a setting problem in the CSS file?
Has anyone made this comment?
Attached are two screenshot images.
I'm new to Drupal and inherited a site that, originally, had a template that was conditional on the existence of a sidebar. The original code was as follows: