Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Appellsin,

    It is happen because of site loading. Some bottom sections are not loading properly so you have to slide down the all site then check it your issue will resolved after it.

    Thanks.

    Thread Starter appellsin

    (@appellsin)

    Thank you!

    When I disabled Portfolio Options everything worked ok.
    So maybe it happens because of a short delay and animation for pictures in this section. But I would prefer to have Portfolio on this page (planning to apply the theme for a business site).

    Is there any chance to solve it?
    Otherwise, it will look strange for a new visitor as s/he doesn’t know the trick with sliding down.

    Please Go to dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste code in Custom CSS box and save.

    .scrollimation.fade-right{
    	-webkit-transform: 0;
    	-moz-transform: 0;
    	-ms-transform:0;
    	transform:0;
    } 
    .scrollimation.fade-right.in{
    	-webkit-transform: 0;
    	-moz-transform:0;
    	-ms-transform:0;
    	transform:0;
    }

    Your issue will resolved by this code.

    Thread Starter appellsin

    (@appellsin)

    Thank you!

    I tried it and it didn’t help.
    But!
    When I disabled the animation – everything worked well on mobile.
    🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘a problem with a layout for a mobile’ is closed to new replies.