Problems with the theme on mobile devices

Discussion in 'ColorWay WordPress Theme' started by christinav71, Jan 2, 2015.

  1. christinav71

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hi!

    Out site http://www.nedrenorrlandsbeagleklubb.se/ looks great on cumputers but not on mobile devices.
    When I look att the site on my smartphone the sliderpictures are still links but the transparent textbox does not appear. How can I fix that?

    Pictures on our site are not responsive on some pages. How can I fix that?

    Best regards
    Christina Viklund
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Christina Viklund,

    The transparent text facility are made hidden by default for smaller devices. So it's not possible to show them.

    To fix issues on picture you have to paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-wrap img {
    height: auto;
    }
    Thanks & Regards
    Praveen
     

Share This Page