Hello, 🙂
Is it possible to have
the text in the yellow bars at this page to be responsive? Because I don’t like the look now. Unfortunately I can't seem to find this custom code which I wanted deleted first: https://prnt.sc/1s0ur06
Thanks,
Gijs
This reply has been marked as private.
This reply has been marked as private.
hi
use this code:
@media (max-width: 320px){
.summary.entry-summary .woocommerce-product-details__short-description .other{
font-size: 10px !important;
letter-spacing: -1.5px !important;
padding-right: 0px !important;
padding-left: 0px !important;
}
}
@media (min-width: 375px) and (max-width: 425px){
.summary.entry-summary .woocommerce-product-details__short-description .other{
font-size: 10px !important;
letter-spacing: -.5px !important;
padding-right: 0px !important;
padding-left: 0px !important;
}
}
refer:
https://screencast-o-matic.com/watch/crXUjFVIKsu
Perfect! Really it is. Thank you so much.
Enjoy your day, Veronica.
Let's close this one :)
good to know
closing this one