Forums
Home / Fixing WordPress / hi,need help en resolution
(@pmykola98)
3 years, 10 months ago
Hi help please how to align the text so that it is located on the same line thank you
(@vladytimy)
Hi, @pmykola98
Try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer
@media (max-width:460px){ .woocommerce-mini-cart__buttons a.button {padding:13px 13px;} }
You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
Hope this helps, Kind regards!
3 years, 9 months ago
THANKS YOU VERY MUCH