Hello, I use last distribution of varbase, and found that, when I just opens /admin/appearance/settings/vartheme_bs4 page and clicks Save, top navigation lose <div class="container">, so logo moved to top-left corner of site, and site menu to top-right.

Comments

Andrew Answer created an issue. See original summary.

andrew answer’s picture

Issue summary: View changes
andrew answer’s picture

Title: Navbar out of container » Navbar moves from the container
rajab natshah’s picture

Thanks Andrey for reporting

Not sure if you had a look at
#3138991: Fix schema mapping for Bootstrap Barrio
and then
#3165663: Revert #3138991

You may try to add the following patch in your composer

    "patches": {
      "drupal/bootstrap_barrio": {
        "Issue #3138991: Fix schema mapping for Bootstrap Barrio":
        "https://www.drupal.org/files/issues/2020-05-22/3138991-2.patch"
      }

Until they revert back with the mapping fixed

rajab natshah’s picture

Assigned: Unassigned » mohammed j. razem
rajab natshah’s picture

Assigned: mohammed j. razem » Unassigned
andrew answer’s picture

@RajabNatshah,

thank you for the quick answer. I found workaround, I can just restore the container with enabling Components - Navbar - Navbar width container.

rajab natshah’s picture

Status: Active » Closed (works as designed)