badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Mobile Usability

#78810

Hi Steven Moore,

Thank you for purchasing our Theme. Basically due to screen size variation the Font Size Option will not work below the tablet screen size. For now we have provided the Custom CSS code to increase the Content and Meta element sizes for the smaller screen size below 767px. For that please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

@media (max-width: 767px) {
	body,
	input,
	textarea,
	select {
		font-size: 16px;
	}
	.entry-meta,
	.entry-meta a {
		font-size: 15px;
	}
}

You can change the font sizes on above codes to any sizes as u desired. Please let us know if you want to increase the font size of any elements, We will provide the code for them as well.
also please explain more about the clickable elements that are closer so that we can provide the appropriate codes and even let us know in which section, page or templates that the content is being wider than the screen size

Thanks