Okay
  Public Ticket #2236232
fancy box
Closed

Comments

  • _brandmystyle started the conversation

    The subtitle which comes when we hover over the fancy box gets Overlapped in the mobile view. Screenshot attached. Do provide a solution.

  •  8,992
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   _brandmystyle replied privately
  •  8,992
    Tahir replied

    Hey Again,

    Touch Devices have not Hover state so use this custom css to show it always on mobile .

    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 (max-width: 999px) and (min-width: 1px) {
        .nectar-fancy-box[data-style="hover_desc"] .hover-content {
            opacity: 1 !important;
            transform: translateY(0%) !important;
        }
        .nectar-fancy-box[data-style="hover_desc"] > .inner > .heading-wrap {
            transform: translateY(-53px) !important;
        }
    }

    Thanks



    ThemeNectar Support Team