Hello, On our site - www.nedrenorrlandsbeagleklubb.se - the slider pictures are shown without textfields on mobile devices. Why? Also pictures on other pages on the site can appear in very strange ways on mobile devices. How can I fix that? Best regards Christina V
Hi, 1>Text of slider are made hidden for mobile devices by default. Because if it will be visible in mobile device it will look so small due to responsiveness and make your website weird. 2>Please use the css code given below in custom css section. Code: .content-wrap img { height: auto !important; } Thanks, Praveen