This topic has 4 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Laranz
plz visit the link given in the private content. now if i access this link from mobile bowser and cick on any picture, the picture will get enlarged. thats ok. but there is no option to close that picture. so the only way is to click option back……nd if u do this… it will not keep you on the same pAGE as given in the link in private message, but will move you back to the previous page.
This is really a problem since it must have the option somewhere to minimize the picture on mobile phone.
Plz fix this error.
Hello,
You use Media Grid element, this is default VC element that works in the same way independent of the theme. To close the image on mobile you need to click on dark space outside the image. Also, you may add this code in Theme Options > Styling > Custom css > Custom css for mobile:
.pp_details {
display: block !important;
position: static !important;
}
.pp_details .pp_close {
padding: 0;
margin: 3px;
top: 0 !important;
right: 0 !important;
}
.pp_details .pp_nav {
display: none !important;
}
to enable the close image button.
Regards
Plz be kind enough to tell where on earth to add this code in the child theme… I need to know which file this will go into!
Thanks
Hi,
Please add this code in Theme Options -> Styling -> Custom CSS -> Custom CSS for mobile:
Let us know,
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up