Hi, I would like to display both the entry text AND the slider image in the narrowest mobile version of ToomMorel. As it is now, when the width of the screen is narrow, the image remains but the text drops off. I think the text is more important than the image. Can these defaults be changed? Thanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .slide .entry{ display:run-in; } }