Hi - The part of my slider with the content/words that goes with the image does not display on the mobile version. I would like the full slider content to display on the mobile version. Can you help? Website is www.dentalstaffingnetwork.com
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: @media only screen and (max-width: 480px){ .entry_wrapper { width: 302px; height: auto; display: run-in; } } @media only screen and (max-width: 767px) and (min-width: 480px){ .entry_wrapper { display: run-in; width: 480px; height: auto; } } This will solve your issue.