- This topic has 4 replies, 2 voices, and was last updated 1 year, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in and have valid license to reply to this topic.
NooTheme Premium WordPress Theme › Forums › Palazzo › Photo is overlapping the contact in the Team section on mobile
The consultant's photo is superimposing the contacts in the mobile version, as shown in the attached image.
Can you help me please?
Dear, please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
I have go to Customizer and add custom CSS on your site. Now. it's fixed, please check your site again.
CSS code is:
@media screen and (max-width: 767px) {
.noo-agent-listing-sc .style-tab .agent-item-content{
display: flex;
flex-direction: column;
min-height: 0;
}
.noo-agent-listing-sc .style-tab .agent-item-content .col-md-8{
order: 2;
padding: 0;
}
.noo-agent-listing-sc .style-tab .agent-item-content .avatar-position{
order: 1;
position: relative;
margin: 0 auto 30px;
right: auto;
left: auto;
}
.noo-agent-listing-sc .style-tab .agent-item-content .avatar-position img{
width:100%
}
}
Best regards.
Hello! Thank you!
However, the image on the desktop was very small on the desktop, as shown in the print.
On mobile it's perfect, but it should be a little bigger and centered on the desktop. As it was before.
You must be logged in and have valid license to reply to this topic.