When viewed on a small screen, the product pages in the suivant theme lose the Product Name, code and price. It's true in the test store as well as our new dev store.
I thought it had something to do with this code in the Product Display Layout
<mvt:if expr="l.settings:clientdimensions:width LT 768">
<div class="column whole medium-show">
and then
<mvt:if expr="l.settings:clientdimensions:width GE 768">
<div class="row hide medium-show">
but removing it didn't change the missing fields.
Why would you want to hide the name and price? How can it be shown on a small screen?
I thought it had something to do with this code in the Product Display Layout
<mvt:if expr="l.settings:clientdimensions:width LT 768">
<div class="column whole medium-show">
and then
<mvt:if expr="l.settings:clientdimensions:width GE 768">
<div class="row hide medium-show">
but removing it didn't change the missing fields.
Why would you want to hide the name and price? How can it be shown on a small screen?
Comment