My website was functioning perfectly until yesterday. However, after updating some plugins, the Mini Cart dropdown button started to display in a weird and misaligned manner.
https://i.sstatic.net/SsZee.jpg
Prior to the plugin updates, the button had the following style:
background-color: #070bf7;
padding: 10.5px;
border-radius: 15px;
color: #ffffff !important;
Currently, the button has this CSS class:
a.festi-cart div.festi-cart-content
{
display: inline-block;
font-style: normal;
text-align: left;
}
This results in the content within the button, such as product quantity and price, appearing vertically stacked instead of being displayed inline like the "Muj Ucet" button on the left. How can I ensure that the button content is displayed inline, similar to standard buttons?