@Skandha Thank you for your help!
It worked! Only one problem..now that the home page is working properly, the tables on the ‘cuts & color’ and ‘styling’ pages are acting up. Originally I noticed that the home page was fine until I added css to fix a problem with the tables, and now that the homepage problem is resolved, the tables are acting up again.
The first column in each table separates into several lines and leaves a large amount of white space between the text and the next column (again on mobile). I used the tablepress plugin and added the following css to fix the problem initially (but it is no longer working):
div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Here are the pages with issues:
https://intermissionabeautybreak.com/cuts-color/
https://intermissionabeautybreak.com/styling/
Any ideas? Let me know if you have any questions. Thanks again for your help!
Thanks,
Jessica