Skip to content
Snippets Groups Projects

3501894: Added option to set text alignment and width on Banner component

Merged Erwin Daez requested to merge issue/provus-3501894:2.2.x into 2.2.x
2 unresolved threads

https://www.drupal.org/project/provus/issues/3501894 Added option to set text alignment and width on Banner component

Merge request reports

Approval is optional

Merged by Rachel JaroRachel Jaro 1 month ago (Jan 27, 2025 3:31am UTC)

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
27 27 <div class="container">
28 28 <div class="row">
29 29 {% if image_position == 'full' %}
30 <div class="col-sm-12 col-lg-6">
30 <div class="col-sm-12 {{ text_container_width ? text_container_width : 'col-lg-6' }}">
  • Rachel Jaro
  • Please check my comments

  • merged

  • Please register or sign in to reply
    Loading