Hi, On the contact us page, I replaced the Google map with an oppenstreet map. The contact information block is hidden by openstreet map, how can I change the order?
Regards, Yanick
Hi Yanick,
I added this custom css rule:
.view-contact .t3-masthead .contact .plain-style .contact-information { z-index: 400 !important;}
into the file: /templates/ja_diner/css/custom.css on your site
It's showing fine now.
Kindly check.
saguaros
Hi, Thank you, it's perfect, problem solved.