Website not looking good in Mobile view
Hi all,
The website looks good in desktop and tablet views but not looks good in mobile view.Kindly help.
Thanks in advance.
Hi all,
The website looks good in desktop and tablet views but not looks good in mobile view.Kindly help.
Thanks in advance.
Roop,
Add img-fluid to the class as shown:
<img src="http://www.ezeemeat.com/images/abt_chick.jpg" class="float-left img-fluid">
Add the below css selector to your css styles that will format the overlay block better for small screens:
.captionbck {
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 480px) {
.captionbck {
width: 90%;
}
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.