Home Forums WordPress Themes – Premium Circumference Browsers Questions Reply To: Browsers Questions

#20031
Sushil Adhikari
Moderator

Ah…thanks for clarifying about the Special Heading. I will need to add the font size to adjust for mobile screens on the next update of the theme. However, so you do not have to wait, this is what I will probably be adding as an update which you can add to the bottom of your theme’s style.css file:


@media screen and (max-width: 480px) {
	.heading1 {
		font-size: 2em;
	}
	.heading2 {		
		font-size: 1.25em;
	}
}

As for the other item, the button. This is how you would do your button:

See Details