Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #766682
Item map
Closed

Comments

  • LHOMMAIS started the conversation

    problem with map item : cannot use  the + and - zoom icons, they are under adresse and get direction…
    … baddly :( 

  •  1,845
    Elated replied

    Hi,

    You can fix that issue if you place this description below the map, and you can do that with this code, add this code to custom css in Elated Options > General:

    .eltd-listing-single-map-holder .eltd-listing-map-address {
        position:relative;
    }



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • LHOMMAIS replied

    HI, thnkas,

    i'd try it but doesn't work…

    i use this :

    .eltd-listing-single-map-holder .eltd-listing-map-address{position:absolute;bottom:0;width: 85% !important;font-size:13px;line-height:28px;padding: 16px 20px;}

  •  1,845
    Elated replied

    Hi,

    We tested this code on our side and it works just fine.. Maybe you have some error in your custom css and that's why it doesn't work. Try to delete this code from custom css and than re-add it to top of your custom css to check how it works. You can try also with !important rule:

    .eltd-listing-single-map-holder .eltd-listing-map-address {
        position:relative!important;
    }

    Hope this will help.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • LHOMMAIS replied

    yes, that's work with !important rule

    Thanks ;)

  •  1,845
    Elated replied

    You're welcome :) Glad to hear that.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.