• Resolved termel

    (@munger41)


    Hi!

    Thank you very much for your wonderfull well-coded plugin ! ??

    I am trying to change the inline position:relative style to absolute, in order to position the map correctly on my page.
    I use your filter flexmap_shortcode_styles in order to do it.

    I tried to unset the position parameter then set it in my CSS, but it does seem to work…

    Is it the right way to do it ?

    Thank you !

    https://www.ads-software.com/plugins/wp-flexible-map/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter termel

    (@munger41)

    Sorry for disturbing, it actually works only using css like :

    .flxmap-container {
    position:absolute !important;
    right:20px !important;
    margin: 20px 0 20px 20px !important;
    }

    thanks anyway
    cheers

    Plugin Author webaware

    (@webaware)

    G’day munger41,

    I’m glad you found a CSS solution. Another way would be to wrap the map shortcode in a div and style that.

    Note that it’s Google Maps API that makes the container div position:relative, which is why you can’t use the plugin’s filters to change it — the API script adds inline styling at runtime when the map renders.

    cheers,
    Ross

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change inline style position: to relative’ is closed to new replies.