Home Forums WoodMart support forum Accordions in the center on a mobile Reply To: Accordions in the center on a mobile

#535785

Hung Pham
Keymaster

Hi support-1174,

Thanks for reaching to us and appreciate your patience.

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

@media (max-width: 465px){
	.wd-accordion-item .wd-accordion-title.text-left {
    text-align: center;
	}
}

Regards,