Linkable button is not showing up on smartphone resolution sized portrait modes. Landscape is fine.
Linkable button is not showing up on smartphone resolution sized portrait modes. Landscape is fine.
By using the forum you are agree with tonjoo studio license agreement
Is there something that can be done to make the button show up in portrait mode?
By using the forum you are agree with tonjoo studio license agreement
Hi! In the last update, we have added some responsive function that automatically change the button display behafiour if the FRS width reach some value, here there are:
.frs-responsive-mobile-small (width <= 369)
.frs-responsive-mobile-medium (width <= 499 && width <= frsWidth)
To make your button keep displayed, please change / remove the display: none; attribute in this css code (/css/frs.css on line 215) :
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content p.frs-caption-button {
font-size: 12px;
display: none;
}
By using the forum you are agree with tonjoo studio license agreement
By using the forum you are agree with tonjoo studio license agreement