Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182422
    Cork
    Participant

    Hello, how do I display the full image on this page. The gentleman’s legs are chopped off.

    Thanks,

    #182423
    Cork
    Participant

    https://tinyurl.com/y2udkpxb
    Here is the link

    #182483
    Skandha
    Participant

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

    @media screen and (min-width: 85.375em) {
    	body:not(.home) .custom-header-content {
    		padding: 400px 65px;
    	}	
    }

    You can change the padding according to your requirement!
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Image is chopped off’ is closed to new replies.