timnj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bento] Portfolio page looks good in Firefox but not ChromeWell, clearing the cache on the misbehaving computer did the trick. I’m not sure what happened there but thank you for the tip and for the great support!
Forum: Themes and Templates
In reply to: [Bento] Portfolio page looks good in Firefox but not ChromeHmmph. I tried on another computer. The screen size is 1920 x 1200 and it looks perfect on both browsers. I changed the display resolution to 1920 x 1080 (so that there is letterbox-ing) and it still looks good.
I’m not sure what’s going on with that other computer or what would make it different. Graphics drivers..?
Thanks for your great support.
Forum: Themes and Templates
In reply to: [Bento] Portfolio page looks good in Firefox but not ChromeHi,
I was using Chrome 67.0.3396.99.
Today I updated to 69.0.3497.81, but I’m still seeing the same thing.
My monitor is 1920 x 1080.
Thanks for the response.
One additional comment. I’m new to this still so please forgive me.
Under all paragraph styles except “Preformated”, it seems that text wrapping was not enabled/working. That is, text never goes to the next line, just continues (theoretically forever) to the right, off the page.
I noticed in the sytle.css file, that “Preformatted” has declarations for word-wrap, margins, etc, but I see no similar global declarations that would apply to the other paragraph styles. (Sorry if I have the lingo wrong.)
I added this under .bnt-container and it fixed the issue. Basically stole it from “Preformated”.
width: 100%; margin: 0 auto; padding: 18px; padding: 1.8rem; white-space: pre; white-space: pre-wrap; word-wrap: break-word;Is it supposed to be like this by default?
Hi!
Thank you. That worked perfectly. I appreciate the help.
- This reply was modified 8 years, 4 months ago by timnj.