Skip Navigation

[Resuelto] styling layout

This support ticket is created hace 6 años, 2 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Etiquetado: 

Este tema contiene 5 respuestas, tiene 2 mensajes.

Última actualización por Akhil hace 6 años, 2 meses.

Asistido por: Waqar.

Autor
Mensajes
#1118857

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 : enlace oculto

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

#1118863

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

#1119624

20hrs..

#1119781

1 day 4 hrs

#1119813

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: enlace oculto ), 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

#1119830

My issue is resolved now. Thank you!