• Resolved yashiharu

    (@yashiharu)


    Thanks for the plugins!

    infobox went wrong on the frame.
    https://i.imgur.com/VTBV7.png

    by chrome element inspector, i found:
    <img style=”position: absolute; left: -665px; top: 0px; -webkit-user-select: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; -webkit-user-drag: none; width: 690px; height: 786px; ” src=”https://maps.gstatic.com/mapfiles/iw3.png”&gt;

    change left: -665px to -535px can fix the problem.

    But how & where can i finf the source code?

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You should look inside your style.css file. Try to find the element or div that is wrapping the element you wish to apply the styles to.
    For instance, if element to style was placed in a div with the ID “container_div”, you would have to insert in the style.css file:

    #container_div img (
    left:-535px!important;
    }

    Thread Starter yashiharu

    (@yashiharu)

    thank you very much!

    A very fast respond!

    You are welcome. If you were able to figure this out, would you please mark this thread as resolved?

    Thanks!

    Thread Starter yashiharu

    (@yashiharu)

    done!

    Hello,

    I’ve a similar problem with my plugin when I insert in a WP page throught [shortcode].

    Please, I need help because I don’t see the problem. You can see the problem here.

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Google Map Shortcode] infobox problem’ is closed to new replies.