Home Forums Trusted Change presentation of Featured items and Shop Categories in mobile Reply To: Change presentation of Featured items and Shop Categories in mobile

#8153
Andy
Keymaster

Please add the following to Appearance > Customize > Additional CSS:

@media screen and (max-width: 768px){
	.featured-post{
		width: 48%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
	}
}

The standard is 1 column on mobile so this will change it to 2 columns on mobile view.