Phoca Cart Option Headers improvement

Phoca Cart - complex e-commerce extension
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 268
Joined: 07 Nov 2018, 14:55

Phoca Cart Option Headers improvement

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47883
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Cart Option Headers improvement

Post by Jan »

Hi, thank you for the info, seems like something changed in Joomla. I will change it for next version.

Thank you, jan
If you find Phoca extensions useful, please support the project
Post Reply