Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • sirbogoff Friend
    #205588

    Ok, I know that PC viewing and mobile viewing are going to look different but some things just don’t ad up. For instance, the lead image is way to big on the mobile view (on my phone). Is there some way to have ths fit.

    Thanks


    1. PC-View
    2. mobile-view
    3. mobile-view
    Ninja Lead Moderator
    #567389

    That is custom html module and you have to change some css style on that

    Open templates/purity_iii/css/custom.css file and add new rule

    @media (max-width: 767px) {
    .page-masthead .container .custom img {
    width: 100%;
    }
    }

    sirbogoff Friend
    #567766

    That worked great for the left image but I do not know if you can look but the right image (spinning image) is now larger and distorted. Any ideas?

    sirbogoff Friend
    #732873

    That worked great for the left image but I do not know if you can look but the right image (spinning image) is now larger and distorted. Any ideas?

    Ninja Lead Moderator
    #567814

    Try to change this again, it will work fine with left and right images on your site

    Open templates/purity_iii/css/custom.css file

    find and change

    @media (max-width: 767px) {
    .page-masthead .container .custom img {
    width: 90%;
    }
    }

    to

    @media (max-width: 767px) {
    .page-masthead .container .custom img {
    width: initial;
    }
    }

    Ninja Lead Moderator
    #732920

    Try to change this again, it will work fine with left and right images on your site

    Open templates/purity_iii/css/custom.css file

    find and change

    @media (max-width: 767px) {
    .page-masthead .container .custom img {
    width: 90%;
    }
    }

    to

    @media (max-width: 767px) {
    .page-masthead .container .custom img {
    width: initial;
    }
    }

    sirbogoff Friend
    #572059

    Sorry about not answering there.. Life gets in the way.. That looks good except for the main image on my phone. The spinning image fits great but the Vohne Liche image (with the dog in it) is still a little big for a smart phone.. Any help would be gratefully appreciated. 🙂

    sirbogoff Friend
    #737099

    Sorry about not answering there.. Life gets in the way.. That looks good except for the main image on my phone. The spinning image fits great but the Vohne Liche image (with the dog in it) is still a little big for a smart phone.. Any help would be gratefully appreciated. 🙂

    Ninja Lead Moderator
    #572172

    @sirbogoff: Can you give me screenshot of the problem you mentioned above? I will help you to check it

    sirbogoff Friend
    #572224

    As you can see the image is off the screen on the right.. Hope this helps.


    1. Screenshot_2015-04-16-13-16-34
    sirbogoff Friend
    #737264

    As you can see the image is off the screen on the right.. Hope this helps.

    Ninja Lead Moderator
    #572275

    <em>@sirbogoff 475560 wrote:</em><blockquote>As you can see the image is off the screen on the right.. Hope this helps.</blockquote>

    You can fix it by opening templates/purity_iii/css/custom.css file and adding new rule

    @media (max-width: 767px) {
    .page-masthead .container .custom img:nth-child(2) {
    width: 100% !important;
    }
    }

    Ninja Lead Moderator
    #737312

    <em>@sirbogoff 475560 wrote:</em><blockquote>As you can see the image is off the screen on the right.. Hope this helps.</blockquote>

    You can fix it by opening templates/purity_iii/css/custom.css file and adding new rule

    @media (max-width: 767px) {
    .page-masthead .container .custom img:nth-child(2) {
    width: 100% !important;
    }
    }

    sirbogoff Friend
    #572379

    Tried that but it is still the same.

    Ninja Lead Moderator
    #572713

    I checked directly the templates/purity_iii/css/custom.css file

    change from


    td, tr td {
    border-top: 1px solid rgba(221, 221, 221, 0); @media (max-width: 767px) {
    .page-masthead .container .custom img:nth-child(2) {
    width: 100% !important;
    }
    }
    }

    to

    td, tr td {
    border-top: 1px solid rgba(221, 221, 221, 0);
    } @media (max-width: 767px) {
    .page-masthead .container .custom img:nth-child(2) {
    width: 100% !important;
    }
    }


    1. Screen-Shot-2015-06-03-at-10.55.57
Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 4 months ago.

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