Hi,
How can i edit the size of the post header? The words don’t fit nicely. anyone can assist?
https://www.sgpropertyconnoissuer.com/commonwealth-tower/
Thank you in advance!
Hi,
How can i edit the size of the post header? The words don’t fit nicely. anyone can assist?
https://www.sgpropertyconnoissuer.com/commonwealth-tower/
Thank you in advance!
Hi,
Thanks for contacting us, I took a look at your site and the headers seem fine to me.
Could you provide a screenshot of what exactly you are speaking of?
Best Regards,
Support
Hi,
Sorry that I didn’t make my clear. I am referring to the site header when seen from mobile. I have attached the screen shot for reference. Hope you can help me with that!
As mentioned
Hi,
Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,
@media only screen
and (min-width: 320px)
and (max-width: 480px) {
#header .bottom-header h1 {
font-size: 36px;
}
}
Adjust the min width and max width according to the device size you want. The above code will work for mobile, if you want for tablet means, copy the same code and change the min and max width. For more: Media Queries for Standard Devices | CSS-Tricks
Let us know,
Thanks,
laranz.