• ashlinhorsley

    (@ashlinhorsley)


    .text-slider .maintitle {
    background-image: url(https://eyobllc.com/wp-content/uploads/2018/02/testimage2-1.png);
    }

    This is the code i currently have in my custom CSS area. The image (regardless of what size I make it) still doesn’t fit on the mobile site. It only shows half of the picture. I have tried scaling the image size several ways and still no luck.

    My goal is to see the entire logo on the mobile page! Currently it’s only showing half ?? Please help! I have tried changing the mobile responsiveness to fullscreen.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • awanrmb

    (@awanrmb)

    Hi there,

    Please this for mobile screen:

    @media only screen and (max-width: 500px){
    	.text-slider .maintitle{
    		background-size: 70% !important;
    		background-position: left center !important;
    	}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Site Issue’ is closed to new replies.