Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C cern
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Web Team Web Team
  • DrupalDrupal
  • Public Drupal Repositories
  • Drupal 8Drupal 8
  • D8 Themes
  • cern
  • Issues
  • #84
Closed
Open
Issue created Jun 03, 2020 by Konstantinos Platis@kplatisOwner

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 and site-info__text holds 6 columns.

Possible fixes

Apply the rules above in page.html.twig template

Attachments

Screenshot_2020-06-03_at_15.31.50

Assignee
Assign to
Time tracking