- This topic has 14 replies, 2 voices, and was last updated 7 years, 3 months ago by
Leo.
-
AuthorPosts
-
January 3, 2019 at 12:05 am #771718
Thomas
When I have more than 34 characters long title, I get an overlapped title page.
Could you please check my website there using a mobile device, and find quite ugly overlapped title there.I don’t think I did anything special there.
Thank you so much
Thomas
January 3, 2019 at 7:45 am #772158Leo
StaffCustomer SupportHi there,
Is there a specific page I should be looking at?
I checked a few pages on my phone and not seeing the overlapping title.
Perhaps I’m misunderstanding something?
January 3, 2019 at 12:52 pm #772447Thomas
I check it with my iphone 6, if you have an email, I can send you the screenshot.
Thanks
January 3, 2019 at 1:10 pm #772464Leo
StaffCustomer SupportI have an iPhone 6s so it should be the same.
Which page can I see the problem?
You can upload screenshots to using a service like this but it probably won’t help much
https://postimages.org/January 3, 2019 at 2:08 pm #772494Thomas
I put the screen shot as https://postimg.cc/w79WTGNh
Just the home page and category pages
January 3, 2019 at 2:16 pm #772497Thomas
I use Chrome extension for iphone browser emulator and could reproduce the problem by make the screen: 320×568
Let me know if you still could not reproduce it.
Thanks
January 3, 2019 at 2:19 pm #772499Leo
StaffCustomer SupportCan you make sure the h2 line height is not set at 0?
https://docs.generatepress.com/article/typography-overview/January 3, 2019 at 4:36 pm #772560Thomas
Good catch, I did set H2 line height to 0, if I set it to 1.2EM, I would get a really big space in between the lines, see the result page :https://postimg.cc/sMBmxQjr
Any idea on how to remove the space in between?
Thanks
January 3, 2019 at 5:41 pm #772589Leo
StaffCustomer SupportI’m still seeing it as 0. Can you set it to 1.2em so I can see?
January 3, 2019 at 6:24 pm #772623Thomas
Ok, Just did it. thanks
January 3, 2019 at 6:26 pm #772624Leo
StaffCustomer SupportHmm give this CSS a shot:
@media (max-width: 768px) { body.blog.one-container .inside-article, body.archive.one-container .inside-article { padding: 0; } }Adding CSS: https://docs.generatepress.com/article/adding-css/
January 3, 2019 at 7:36 pm #772641Thomas
I am using child theme, and put it my style.css file, it seems not working.
I check the css,
.post {
margin: 0, 0, 2em,
}
Seems the space cause the problem, however, if I change that, I may get a crowd page in my post page.any idea?
January 3, 2019 at 8:32 pm #772647Leo
StaffCustomer SupportMy CSS is working. If you want to bring them even closer, then you will have to overwrite that as well:
.post { margin: 0; }January 4, 2019 at 2:01 am #772739Thomas
I guess I am newbie for generatePress, I found whatever I change on style.css, (I am using child theme), it seems not showing. Is that because I activated some generatePress feature and overwrite my style.css file?
Thank you very much for your patience.
January 4, 2019 at 10:35 am #773205Leo
StaffCustomer SupportThe CSS was working but I no longer see them being added.
Can you add them back in?
Make sure to clear the caching plugin as well.
-
AuthorPosts
- You must be logged in to reply to this topic.