Hi. i opened this thread 7 months ago and now im implementing this.
basically i need to separate the wordpress archive page into 3 cols as created here : hidden link
View the top 3 div. I manage to float 2 div, but the map is not floating at all.
Pls advice if you see any issue here with the 3 col design. Thank You
i need to inject this styling to the map
element.style {
height: auto;
overflow: visible;
position: absolute;
right: 0;
width: 0;
}
element.style is hardcoded in the map plugins, anyway to inject this css inside to overwrite ? t
Hi there,
Thank you for contacting us and we apologize for the delay.
I’ve checked the page you’ve shared and noticed that the map is already showing floated to the right ( screenshot: hidden link ), through the following code:
.rd_lv_map .wpv-addon-maps-render.js-wpv-addon-maps-render.js-wpv-addon-maps-render-map-directory {
height: 100% !important;
overflow: hidden !important;
position: absolute;
right: 0;
top: 0;
width: 33.3%;
}
Looks like you’ve managed to sort this out after writing to us - well done.
Please let us know if you have further questions and for the fastest assistance with a new question, please open a new ticket.
Regards,
Waqar
My issue is resolved now. Thank you!