It looks like it is theme/builder related
the width is being set by
.h-row>.h-col-lg-auto {
flex:0 0 auto;
width:auto;
max-width:100%
}
You may need to talk to your theme provider, or read the documentation
It looks like it is theme/builder related
the width is being set by
.h-row>.h-col-lg-auto {
flex:0 0 auto;
width:auto;
max-width:100%
}
You may need to talk to your theme provider, or read the documentation