Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • aquilaross Friend
    #1025510

    I am trying to change the "Width" of the popup so that its not always 280 pixles. (either make it dynamic (not set) or be able to set it to a smaller number.

    I tried changing the style.css under assets, but it is still getting 280 from somewhere.

    aquilaross Friend
    #1025521

    I managed to resolve this, for anyone else who finds this, it was

    Inside assetscssstyle.css
    Inside .jai-map-container .popover

    Change 
    max-width: 276px;
    to
    max-width: 140px !important;
    
    Add
    width: 140px !important;

    Inside .jai-map-container .popover-inner
    Change
    width: 280px;
    to
    width: 140px !important;

    Be aware, im not 100% confident in what i was doing, but it seams to work…. Please don’t blame me if it doesnt work for you.

    Pankaj Sharma Moderator
    #1025609

    Hi
    the changes seems fine to override the style code.
    Thanks for sharing for others.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years ago.

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