Okay
  Public Ticket #2342153
Image With Hot Spots
Closed

Comments

  •  11
    RanebrookZina started the conversation

    Hello


    I would like to ask if it's possible to use the element 'Image With Hot Spots' not only to add the text in the element, but use it more like a pop-up with picture gallery and text. Please see two pictures attached. One is to show what I have now. And the other - how I would like it to be. 

  •  8,992
    Tahir replied

    Hey Again,

    No i am afraid there is no such option available at the moment. 

    Best 


    ThemeNectar Support Team 

  •  11
    RanebrookZina replied

    Maybe then it would b possible at least make the container with the text wider please? As now after I put the text, I get a narrow and tall container. Is there a custom ccs to set the container width? 

  •  8,992
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   RanebrookZina replied privately
  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 690px) {
        .nttip.open {
            min-width: 100% !important;
        }
    }
    /* OR */
    @media only screen and (min-width: 690px) {
        .nttip.open {
            min-width: 350px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  11
    RanebrookZina replied

    Thank you