• Resolved Presskopp

    (@presskopp)


    Hi, as we know it is forbidden to hide the credits in the free version. But I wanted them to show in the middle under the map, not to the left because it would be a bit disturbing reading the next heading. So my idea is that you guys add an option like that:

    Show credits to the
    [] left
    [] center
    [] right

    I put the following in my child theme’s css for centering:

    padding-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;

    https://ww.wp.xz.cn/plugins/html5-maps/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Presskopp

    (@presskopp)

    please forget the `padding-left: auto;
    margin-right: auto;`

    Plugin Author html5maps

    (@html5maps)

    Hello,
    Thanks for the suggestion, maybe we will add it in future versions.

    How did you center it please? I’d like to do the same.

    Many thanks in advance!

    mikylamarie

    (@mikylamarie)

    Hey Presskopp!

    Can you clarify the CSS code that you put to center the credits? I am not sure how to correctly reference the credit portion so that it centers

    Thread Starter Presskopp

    (@presskopp)

    You can play around with

    div.fm-map-container a {
        width: 100%;
        text-align: center;
    }
    mikylamarie

    (@mikylamarie)

    Thank you so much Presskopp! Do you know how to change the link color? I’d like to have it be blue to match my map

    Thread Starter Presskopp

    (@presskopp)

    another approach:

    #map-container a {
        text-align: center;
        width: 100%;
        border-bottom: none;
    }

    looks good for me on your site

    changing the font-color is not so easy, you will have to buy the plugin for a little more freedom here

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Style credits’ is closed to new replies.