Page 1 of 1

Phoca Cart Option Headers improvement

Posted: 01 Oct 2022, 14:34
by Nidzo
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;
}
Image Image

Re: Phoca Cart Option Headers improvement

Posted: 03 Oct 2022, 23:16
by Jan
Hi, thank you for the info, seems like something changed in Joomla. I will change it for next version.

Thank you, jan