The "Minimal Flexible Width" option for the tags is not working on our mobile options; it goes off the page when on my iOS devices, though it seems to work perfectly fine on desktops.
You can correct that prior to the next minor release by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
@media only screen and (min-width : 1px) and (max-width : 999px) {
body .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
flex-wrap: wrap;
}
}
The "Minimal Flexible Width" option for the tags is not working on our mobile options; it goes off the page when on my iOS devices, though it seems to work perfectly fine on desktops.
Hey Bethany,
You can correct that prior to the next minor release by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
Kind regards,