TripalCultivate / TripalCultivate-Theme

Provides a base theme for our collection of Tripal Cultivate sites.
0 stars 0 forks source link

Responsiveness #29

Closed reynoldtan closed 1 month ago

reynoldtan commented 5 months ago

This PR will focus on basic responsiveness for the tiles, content and funders regions. The intent is not to fully support mobile but rather to ensure that the site adjusts to a variety of browser sizes without the layout breaking.

Core Goals

Testing

For ease of testing, this PR is live on https://activating-crops.usask.ca.

Since we are testing how the webpage responds to resizing, the best way to test this PR is to simple resize your browser window from small to large and across different ratios.

Take screenshots highlighting anything that feels off.

Note: The change to the footer design noted by Reynold was added in another PR and is as expected.

reynoldtan commented 5 months ago

Couple of layout issues

1. Right side end of the footer has dimension caused by areas partially converging. image

2. Title of funders section merges with the articles. (fix is in the latest commit) image

  1. Article titles rendered in tiles section (fix is in the latest commit) image
ruobinLiu commented 5 months ago

I've done my test according to the "Core Goals" section on all three browsers (firefox, chrome, and safari) that I have been using, and it all went great.

I find possibly another layout issue is that when the site is enlarged to over 100%, I see this water drop wallpaper thing on right side of the page in all three browsers: Screen Shot 2024-05-17 at 14 34 32

reynoldtan commented 4 months ago

Some layout issues (fixes are in the recent commit)

image Extra white space between the left edge and the tiles.

image Uneven right edge alignment

image Right side end of the footer has dimension caused by areas partially converging.

The fix will even out the alignment of left and right edges of content area by making the content area the same width as the tiles section. image