Viewing 4 reply threads
You must be logged in to reply to this topic.
<div class=”bbp-reply-content clearfix”>
Hi
Have tested the site on https://mobiletest.me/ and I am seeing some layout issues when viewed in ipad view
Will send link in private link.
Thanks
J
</div>
Hello,
1-The code i suggested you in this other topic of yours should take care of the slider in mobile.
Add this code into your custom css box for the round images and footer columns:
@media (max-width: 767px) {
.vc_col-sm-12.wpb_column.column_container.with_padding {
margin-bottom: -20px !important;
}
.widget_ads a img { padding-left: 0 !important;}
footer#footer a, footer#footer .contact_information dd p { float: left;}
footer .footer_social_icons { width: 100% !important;}
}
Result screenshot1 and screenshot2.
Best regards!
Hi
thats the slider and circle images in main content sorted in iphone and ipad but still problems with the 3 cols in the footer.
We want col 1 to be left aligned which it is. Col 2 to be centered which it is and col 3 to the right aligned which they currently are but it does not respond well in iphone or ipad view?
Thanks
J
Hello,
This is what we see in ipad, screenshot. What do you want to change here? You can add/remove/edit css properties in the code i gave you above. Target only the footer classes.
Best regards!
You must be logged in to reply to this topic.