Forum Replies Created
-
AuthorPosts
-
akubrin
ParticipantHi 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.
Andyakubrin
ParticipantHi 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.
Andyakubrin
ParticipantI 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.akubrin
ParticipantHi 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? #223466akubrin
ParticipantThank you, Victor.
Andyakubrin
ParticipantWow, 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 #186534akubrin
ParticipantThank you once again, Victor.
akubrin
ParticipantHi 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
akubrin
ParticipantHi David,
Yes, that worked.
Thanks once again. I really appreciate it!
Andyakubrin
ParticipantThank you, David. That did the trick.
akubrin
ParticipantThank you, Victor. I'll give that a try.
akubrin
ParticipantHi 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