Problem/Motivation

Even though the theme has CSS to indent the .site-hero__desc element by one column, for some reason the selector isn't working and the element overlaps the details bar on the left.

Screen capture of overlapping text

Proposed resolution

Fix the CSS so that the element displays properly.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mandclu created an issue. See original summary.

mandclu’s picture

bernardm28 made their first commit to this issue’s fork.

bernardm28’s picture

StatusFileSize
new1.77 MB

Seems like site-hero__desc {grid-column: 2 / span 3} would do it.
pic of issue

mandclu’s picture

I tried making that change within /components/site-hero/site-hero.[s]css but it doesn't seem to take.

mandclu’s picture

Status: Active » Fixed

Thanks for fixing this @bernardm28!

mandclu’s picture

Status: Fixed » Closed (fixed)

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