pressbooks / pressbooks-aldine

Aldine is the default root theme for Pressbooks.
https://pressbooks.org/
GNU General Public License v3.0
11 stars 7 forks source link

Site Title and Tagline pushed above viewfinder in mobile view #404

Closed tw77 closed 11 months ago

tw77 commented 1 year ago

Description

If I navigate to a network home page in mobile view, the entry-header (with Site Title and Tagline) is pushed above the viewable area of the screen.

<header class="entry-header">
<h1 class="entry-title">Network Name</h1>
<p class="entry-description">Network Tagline</p>
</header>

It's there, but not visible.

Screenshot 2023-03-22 at 9 00 13 AM

Steps to Reproduce

  1. Navigate to a network home page in mobile view.

Expected behavior: The Site Title and Tagline are visible.

Actual behavior: The Site Title and Tagline are pushed above the viewable area of the screen.

SteelWagstaff commented 11 months ago

Tested and works as expected.