I’ve tried changing the responsive settings but nothing seems to work.
It does not scale properly on Mobile and shows up too big
This topic has 6 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
I’ve tried changing the responsive settings but nothing seems to work.
It does not scale properly on Mobile and shows up too big
Hello,
Provide URL of page, that contains the mentioned element, and temporary wp-admin access, so we can take a closer look.
Regards
Url of the page is: https://www.coverlovers.ca/our-case-types/
Hello,
Add the next code in custom CSS for page:
@media (max-width: 1200px){
.vc-hoverbox-wrapper .vc-hoverbox-inner {
min-height: 300px !important;
}
.vc-hoverbox-wrapper .vc-hoverbox {
height: 300px;
}
}
Regards
It fixed it but now when I click the elements, the text is scaled wrong too.
Hello,
Change this code http://prntscr.com/10sacu2 to
@media (max-width: 1200px){
.vc-hoverbox-wrapper .vc-hoverbox-inner {
min-height: 300px !important;
}
.vc-hoverbox-wrapper .vc-hoverbox {
height: 300px;
}
.vc-hoverbox-block-inner p {
font-size: 10px !important;
padding: 5px 0;
margin-bottom: 0;
}
}
Regards
The issue related to '‘WPBakery Hover Box does not display properly on Mobile’' has been successfully resolved, and the topic is now closed for further responses