This topic has 5 replies, 2 voices, and was last updated 10 years, 3 months ago ago by Eva Kemp
Hi, the about us page does not display correctly when viewed on a mobile phone, see attached…
Also the back to top button does not appear on the mobile version…
Hello,
I’ve commented the following code in custom.css:
@media (max-width: 767px) {.wpb_single_image img {
max-width: 60%;
float: right;
margin-top: -150px;
position: relative;
left: 20px;
}}
and the page is showing fine now.
And added this code for “back to top” button to appear:
@media (max-width: 767px) {.back-to-top.btt-shown {
display: block !important;
}}
Please check.
Regards,
Eva Kemp.
Perfect, thank you…
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up