Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245794
    Alby43
    Participant

    Hello,
    This is my site: http://www.albertoarcudi.it
    If i open the page http://albertoarcudi.it/#stats-section in mobile (smartphone) the page didn’t show my photo, how can i fix this and show my photo too ? i want the page show exactly like the PC version,
    i have the same problem on this page http://albertoarcudi.it/lomography-ladygrey/ i create a layout for this page but in mobile version change everything.
    Regards and thanks for your support.
    -Alby

    #245872
    Skandha
    Participant

    @alby43: Hello Alby,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1024px) {
    	#stats-section {
    		background-position: 25% !important;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can i Change the Display in mobile version ?’ is closed to new replies.