Actions
Bug #44
openHeader/Menu Alignment Issue
Status:
New
Priority:
Low
Assignee:
-
Start date:
02/06/2024
Due date:
% Done:
0%
Estimated time:
Description
The menu is rendering at a shorter length that the 1024px of the image:
Files
Updated by ryan coleman about 1 year ago
- Subject changed from Header/Menue Alignment Issue to Header/Menu Alignment Issue
- Priority changed from Normal to Low
Updated by Caleb Williams about 1 year ago
Something like this could work:
div#header img#masthead { width: 1008px !important; max-height: 148px; aspect-ratio: 1365/200 !important; }
Please note that max-height and aspect-ratio pay not be needed outside of the testing I was doing.
Actions