-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main Title Non-Responsive #15
Comments
Hi Dario, Thanks for the kind words. Really appreciate it. |
It is an iPhone X. Would it be possible to reduce the size of the main title for mobile then? How would I do it? |
Sorry for the delayed response. Yes, it is possible to change the font size of the main title for smaller screens. Here is how you can do it.
@media screen and (max-width: 500px) {
.siteheading h4 {
font-size: 20px;
}
}
|
Hey Raghuveer, I added the snippet but it does not seem to affect in any way the mobile website. I tried to change the font size but it stays the same. Is it possible that other settings are being prioritized? |
Try Note: I had not seen the classname earlier, it has a hyphen in it. You can check that by going to |
I added this at the bottom of style.css, but nothing changes:
|
First, thanks for the beautiful theme!
The main title seems to be non-responsive for mobile. How can it be fixed (Assuming I would like to keep the same length)?
The text was updated successfully, but these errors were encountered: