Logo does not hold full space
Summary
The bootstrap grid classes on the header are wrong. As you can notice in the screenshot, the following classes are applied:
- Logo/name: 2 cols
- logo: 3 cols
- site name: 9 cols
- Rest of menu: 10 cols
Change it to have the following rules given that logo/name always holds 2 columns and the rest of menu always 10:
- If header has only logo:
site-info__logo
holds 12 columns - If header has only site name OR only motto:
site-info__text
holds 12 columns - If header has logo AND site name OR site motto:
site-info__logo
holds 6 columns andsite-info__text
holds 6 columns.
Possible fixes
Apply the rules above in page.html.twig
template