Skip Navigation

[Resolved] styling layout

This support ticket is created 6 years, 2 months ago. 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.

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)

This topic contains 5 replies, has 2 voices.

Last updated by Akhil 6 years, 2 months ago.

Assisted by: Waqar.

Author
Posts
#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 : 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

#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: 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

#1119830

My issue is resolved now. Thank you!