Forum Replies Created
-
AuthorPosts
-
akubrinParticipant
Hi Victor,
Some of my tables have multi-line headings, and that's why I was looking to bottom-align the text in the first row.
Your code works. Thanks again for your help.
AndyakubrinParticipantHi Victor,
That worked in part, but not completely. The vertical-align:bottom statement is not working, but the background-color: rgba(59,60,60.4) is working well.
Do you know why the header rows still won't bottom align?
Thanks.
AndyakubrinParticipantI should add that the
<tr>
elements were automatically generated by the WP block editor. If I edit the source, I don't know if WP will leave my changes alone. So I'd prefer to work in CSS.akubrinParticipantHi Victor,
You're quite right. Every row in the table is a<tr>
element.
How can I select just the first row of every table in my CSS?
Thanks for your help.
AndySeptember 30, 2018 at 6:02 pm in reply to: Where do I add CSS to style the home page widgets in Parallax Pro? #223466akubrinParticipantThank you, Victor.
AndyakubrinParticipantWow, thank you, Christoph.
Sorry for not getting back to you sooner, but I was sidetracked for a while.
But thank you. Your code did the trick.May 30, 2016 at 5:09 pm in reply to: Parallax Pro: Default layout set to full width, but text column still narrow #186534akubrinParticipantThank you once again, Victor.
akubrinParticipantHi David,
It worked, but I have a couple of follow-on questions.
Is it possible to align the columns independently? I'd like to left-align the left column and center the center column. I added text-align: left; to the one.third class, but it aligned both columns.
Also, I'm puzzled by the "one-third first" statement in the first div. Shouldn't there be a corresponding "one-third first" selector in the CSS? There is not. So what function does "one-third first" play?
Thank you.
Andy
akubrinParticipantHi David,
Yes, that worked.
Thanks once again. I really appreciate it!
AndyakubrinParticipantThank you, David. That did the trick.
akubrinParticipantThank you, Victor. I'll give that a try.
akubrinParticipantHi Allison,
I think I'm trying to solve the same problem you've solved. I'm working with Parallax Pro and trying to change text color and background color in the home page sections. I've looked at your site, but I can't figure out how you did it. Can you help?
Nice site, by the way.
Best,
Andy -
AuthorPosts