- This topic has 11 replies, 3 voices, and was last updated 7 years, 9 months ago by
Leo.
-
AuthorPosts
-
June 27, 2018 at 7:48 am #609826
Christine
Hello,
I added some CSS recommended by Generate Press to keep text aligned to the right of images in the blog archive view:
.single .entry-content {
overflow: hidden;However, when the titles are longer and go to the next line, this disrupts the text and it appears to overflow. How can I stipulate that the text not overflow, but stay flush with the image? I don’t mind the preview word count being reduced to accommodate longer titles. Thanks!
Also, what is the difference between GP version 1.6.2 and 2.1.2? I have the former, but only recently installed it. Thanks!
June 27, 2018 at 7:56 am #609936David
StaffCustomer SupportHi there,
can you open the site so i can see the problem?
GeneratePress theme (free) is on version 2.1.2.
GeneratePress Premium Plugin is on version 1.62.June 27, 2018 at 8:29 am #609947Christine
Ok it’s open.
June 27, 2018 at 8:36 am #609958David
StaffCustomer SupportIts still showing the coming soon page. Let me know.
June 27, 2018 at 3:46 pm #610212Christine
Ok it should be fixed.
June 27, 2018 at 5:13 pm #610243Leo
StaffCustomer SupportHi there,
Hmm quite sure what you mean..
The
.singleselector would only target single posts and not the main archive page.This is what I see on the main blog page currently:
http://www.screencast.com/t/thlOrha78DlNot seeing any obvious problem. What am I missing? 🙂
June 28, 2018 at 1:40 pm #611007Christine
Hmm, should I delete it then? I just want the text to appear flush with the images, the way it is now. Anything else I should add to ensure this?
If you go to the 3rd page, there’s a post titled “Handful of Dust…” which overflows.
Thank you!
June 28, 2018 at 3:28 pm #611056Leo
StaffCustomer SupportThat CSS has nothing to do with the main blog page so your current layout should remain if you remove it.
What do you mean by overflows? This is what I’m seeing currently and not sure where the problem is:
http://www.screencast.com/t/thlOrha78DlJune 29, 2018 at 8:56 am #611570Christine
Thank you. That’s because those are shorter post titles. When I enter a longer title, such as the “Handful of Dust” post in the Interviews category, it forces the text to overflow, which messes up the alignment of the archive view. You can also see it if you go to page 4 (“Five questions with landscape ink artist Tamar miller”).
Thank you
June 29, 2018 at 9:24 am #611589Leo
StaffCustomer Supportwhat if we decrease top margin of excerpt with this CSS?
.entry-summary { margin-top: 0.7em; }Adding CSS: https://docs.generatepress.com/article/adding-css/
June 29, 2018 at 4:01 pm #611800Christine
I like your style.
June 29, 2018 at 9:00 pm #611893Leo
StaffCustomer SupportGlad to hear 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.