ESPIED PROBLEM full image

  • Unknown's avatar

    Hello! I use Espied theme and I have problem to show full image on portfolio (most 1506 px). How can I fix it? WordPress suportter didn’t help me. I almost fix it: I put a line script in CSS. But my site alternate from cellphone (site móvel in Portuguese) site to complete site (site completo). In iste móvel, Espied theme appear unconfigured. When I erase the lines, my website work well but not show full image on portfolio. I used that script:

    }

    @media screen and (min-width: 57em) {
    img.size-big, .caption-big {
    width: 696px;
    }
    }

    @media
    screen and (min-width: 66em) {
    img.size-big, .caption-big {
    width: 840px;
    }
    }

    @media
    screen and (min-width: 75em) {
    img.size-big, .caption-big {
    width: 984px;
    }
    }

    @media
    screen and (min-width: 84em) {
    img.size-big, .caption-big {
    width: 1128px;
    }
    }

    @media
    screen and (min-width: 93em) {
    img.size-big, .caption-big {
    width: 1272px;
    }
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, in your WP Admin dashboard, go to Appearance > Mobile and disable the Mobile theme, which is not needed for responsive designed themes such as Espied.

  • The topic ‘ESPIED PROBLEM full image’ is closed to new replies.