Skip to content

Overlapping images and text in zen modeΒ #106

@f-hollow

Description

@f-hollow

Regarding the issue of overlapping images and text in zen mode, the following things can be done:

  • This issue is mostly present in Espressif-IDE Workshop. The other workshops don't exhibit this issue mostly due to varying settings in the front matter:
    showTableOfContents: false
    showAuthor: false
    disableComments : true
    Please revisit these settings and decide which ones work best for the workshops
  • The above suggestion only masks the underlying issue that is actually present in the original Hugo theme. Our current option to fix that issue is to use the figure shortcode instead of the gallery shortcode for one image:
    {{< figure
      src="assets/espressif-ide-1.webp"
      alt=""
      caption=""
      >}}

Please share your opinion about the points above.

Metadata

Metadata

Assignees

Labels

Priority: MediumIssue affecting content rendering, its UX, or readabilityStatus: Awaiting Responseawaiting a response from the authorType: BugBug in developer-portal

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions