Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #34737

    Eric P
    Participant

    Hi,

    Does anyone have an idea why my ClustrMap does not show up in the footer?

    Thanks.

    #34739

    Eric P
    Participant

    Got it working already.

    Thanks!

    #34745

    Eric P
    Participant

    Any idea how do I center the ClustrMap image?

    #34905

    Rad
    Moderator

    Hi Eric,

    Glad it worked now! May I request the url address we can check? CLustrMap have different classes and id selector we need, so we can give you the right code.

    Thank you.

    #35009

    Eric P
    Participant

    It’s

    #35010

    Eric P
    Participant
    #35035

    Support
    Member

    Hi!

    Thank you for the link.

    On top of the map there is another widget with Social Reviews as title, is that a part of the map widget or you intend to use it for another purpose. If you don’t mind, please post a screenshot of where you want to position the map. It will help us greatly.

    If you want to center align the map, just use this on Customizer > Custom > CSS but I doubt it if that’s what you want:

    div#clustrmaps-widget {
    margin: 0 auto;
    }

    We’ll wait for the screenshot. You can use imgur, dropbox etc. Thanks!

    #35057

    Eric P
    Participant

    Here it is http://i.imgur.com/OvncZtj.jpg

    Thanks for support beyond the theme!

    #35167

    Rad
    Moderator

    You’re welcome Eric!

    You can center it by adding the css given above. You could also remove empty widgets that create spaces.

    Thank you.