The website does not appear the correct way on mobile devices!

Discussion in 'ColorWay WordPress Theme' started by christinav71, Mar 9, 2015.

  1. christinav71

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    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
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    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
     

Share This Page