dalai2017
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive Table ImagesThanks for the media query recommendations! I may even look into a new table format just for mobile devices.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive Table ImagesThank you for all of this information.
I set the column width to 15% and the images look great on desktop and medium size screens. It seems to only be an issue on smartphone devices or extra small screens.
It actually looks like the text width is the sole factor creating the varying column widths on extra small screens. Some of them have resized to 15% of the phone screen correctly. But, the ones with longer words in the column did not resize correctly.
Is there any way I can treat the text as percentages? Or is there something that will resize the text proportionately? Right now I’m using pixels and I’m wondering if that’s something I can control differently to help.
Thank you
Sorry for the double post. That’s exactly what I needed for the second form. Thank you, again.
Hi Jess,
One more form puzzle, here.
I am having a similar responsive problem with one of my other forms: http://dalaigroup.com/services/digital-ux/
First, the button is not responsive on mobile.The field information and the submit button should be the same streamline width, as demonstrated by the current pixel settings. Both the field information and the button need to be responsive for mobile devices, so I should be using percentages… but the form should not take up the full width of the page.
So, there are 2 new variables. 1) The field information and the button should only have a width of about 75% of the page. 2) The form information and button should be centered on the page.
I’ve tried to incorporate all of this and things ended up misaligned or unresponsive on my phone. Here’s what I have set up currently. Any help is appreciated!
#wpforms-15737 .wpforms-field-container {
max-width: 800px !important;
margin: 0 auto !important;
}#wpforms-15737 .wpforms-submit-container {
text-align:center;
}#wpforms-15737 .wpforms-submit {
width: 800px !important;
border-radius: 600px !important;
}#wpforms-15737 .wpforms-form input, .wpforms-form textarea{
border: none !important;
border-bottom: 1px solid #cbcbcb !important;
}#wpforms-15737 .wpforms-form textarea{
height: 38px !important;
resize: none !important;
}That works perfectly! Thank you for organizing my code!
Oh my goodness, thank you for those options.
I will let you know if I have any further questions trying one of these.
Thank you
-Stephanie
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Page/ Table StylingThanks Tobias.
I know that I want to change the background color to white, but I’ll definitely have a look at the browser tools for any further experiments with color. I’ve also tried using tools like CSS Hero, but it changes the background color for the entire theme, not the page.
I’ll send another ticket to theme support.
Thanks again
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Set Table to Right on Pageperfect! thank you, Tobias!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Set Table to Right on Pagethank you!
I have successfully moved the table to the right, however, it seems to have forced my next paragraph below the table onto the same line. Is there anything I can do to prevent the text below from moving up and wrapping around the table?
Here’s the link. Second table:
http://dalaigroup.com/case-study-food-industry-client/Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Set Table to Right on PageFor the table under “Our Strategy”: http://dalaigroup.com/case-study-food-industry-client/
I’m trying to align the whole table to the right side of the page. No luck! What can I do?
-Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] “Edit” Caption RemovalThank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Row Height | Table HeightI see how that may be doubled between the rows of text. Thank you for the suggestion!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Row Height | Table HeightHi again,
Your CSS recommendation worked for the first table, which uses one line of text in each table cell.
However, it was unresponsive for the table on this page:
http://dalaigroup.com/case-study-entertainment-industry-client/I’m not sure if it’s a factor, but this table uses 2 lines of text in some table cells, while the last column uses one line of text per table cell. There has also been some merging. Any way I can get all of rows to display the text a little closer together?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Row Height | Table HeightThe first table under “Client Goals.”
http://dalaigroup.com/case-study-food-industry-client/I’m not sure if the table cells have a default minimum height requirement, based on the font-size used? I tried 50px, and it won’t display anything smaller than the 56px.
I’m having the same problem with the client goal table on this page, too:
http://dalaigroup.com/case-study-entertainment-industry-client/I have done some cell merging, if that contributes. I’m just trying to condense things a little bit and have all of the text a little closer together.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change Padding ColorThank you so much.
I’ll mark this as resolved. If I run into any problems testing this, I may be back with a questions or two.
Thank you!