Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • oortega Friend
    #933214

    how i can move this point on the map


    1. 2016-05-21-3
    pavit Moderator
    #933238

    Hi

    It is a custom-html module published in user-17 position, first to edit it disable from your global configuration your default editor.

    Map position is defined by this css code, for example for point-1

     <a class="brand-point point-1" href="#">1</a>

    each point has a css position established in this file /templates/ja_mendozite/css/ around line 1450

    .point-1 {
        left: 65px;
        top: 25px;
    }
    .point-2 {
        left: 195px;
        top: 15px;
    }
    .point-3 {
        left: 265px;
        top: 10px;
    }

    Change the values for each point

    Best regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 7 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum