Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mickman Friend
    #205486

    Hi 🙂

    I can?t see the Position aside in Landscape-Mode at my Tablet. In Portrait-Mode it works fine. You can have a look here:

    http://www.photokurse4you.de/fotografischer-blog/79-hundefotografie-im-tageslicht

    What can I do, please?

    Michael

    Adam M Moderator
    #566935

    Hi Michael,

    Please open file templatesja_wallindex.php and look for this line :

    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-normal.css" media="only screen and (min-width:986px) and (max-width: 1235px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-wide.css" media="only screen and (min-width:1236px) and (max-width: 1585px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-wide-extra.css" media="only screen and (min-width:1586px) and (max-width: 1890px)" />

    then update like below :

    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-wide-extra.css" media="only screen and (min-width:1236px) and (max-width: 1890px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-wide.css" media="only screen and (min-width:1236px) and (max-width: 1585px)" />
    <link rel="stylesheet" type="text/css" href="<?php echo $tplcsspath ?>/layout-normal.css" media="only screen and (min-width:986px) and (max-width: 1235px)" />

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Adam M 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum