Home Forums Pro Themes Education Hub Pro VIEW OF HEADER IMAGE IN MOBILE DEVICES

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #144066
    Emmanuel Urassa
    Participant

    Hello, Team in my Website when i access it via Mobile & Tablet Devices , the Header Image not seen clearly. it can not display clear as in Desktop Devices . tend to leave White Space in Both sides(Left and Right) and Image seem so small.. Any help please.

    #144085
    Psink
    Keymaster

    Hello Emmanuel

    Please add this CSS code

    
    @media only screen and (max-width: 767px){
    	.site-branding {
    	    padding: 50px 0px 0px 0px;
    	}
    	#page #masthead{
    	    background-size: 165% 60% !important;
    	}
    }
    

    Hope this helps

    Regards,
    Psink

    #144097
    Emmanuel Urassa
    Participant

    Wow. thank you.. this works perfect!!

    #144102
    Psink
    Keymaster

    it’s good to hear that it’s works

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.