Phoca Cart Option Headers improvement
Posted: 01 Oct 2022, 14:34
I suggest to set margin to auto in phocacartoptions.css for class .ph-options-head and .ph-options-head-expert because now Headers of Phoca Cart component and modules options are wider than other elements and mostly you can't read them in smaller displays.
Code: Select all
.ph-options-head {
background-image: linear-gradient(-90deg, #129ED9,#0a5c80);
color: #fff;
text-shadow: none;
border: 0;
font-size: 120%;
border-radius: 3px;
margin: auto;
}