Inserting an SVG version of the site logo causes the menu to consume all available space and the logo shrinks to 0x0. What is the best method to reserve space for it that is also responsive? (Didn't it used to be a % or column span?) The home page style is using the jpg. All other pages use the Stokes_Default style (was Home 4) which links to the SVG and shows the image in the T4 manager. (the preview is 403)
The SVG logo is located in same folder as displayed JPG logo. https://move4life.md/images/logo/Move4LifeMD-logo.svg
The link is being rendered - see html below.
<div class="header-wrap d-flex align-items-center justify-content-between collapse-static">
<div class="navbar-brand logo-image logo-control">
<a href="http://move4life.md/" title="Move4Life.MD">
<img class="logo-img-sm d-block d-sm-none" src="/images/logo/Move4LifeMD-logo.svg" alt="Move4Life.MD">
<img class="logo-img d-none d-sm-block" src="/images/logo/Move4LifeMD-logo.svg" alt="Move4Life.MD" width="" height="">
</a>
</div>
<div class="main-menu">
<div class="t4-navbar mx-auto collapse-static">
<nav class="navbar navbar-expand-lg">
<div id="t4-megamenu-mainmenu" class="t4-megamenu collapse navbar-collapse elastic animate" data-duration="500">