Okay
  Public Ticket #1612504
Portfolio in mobile view
Closed

Comments

  • Crispy0212 started the conversation

    Hi, 

    I am using the 'meta from bottom on hover' option for my homepage portfolio. But this leaves me without any visible meta on mobile view as there is no 'hover'. 

    Ideally first click in mobile view would make the meta appear, and a subsequent click would take the user to the relevant portfolio post. 

    In mobile phone portrait view, the hover meta content is simply visible at all times, and this is an okay solution, but it only happens on mobile phone portrait, not mobile phone landscape or tablet views. 

    Or i suppose there could be an option for reverting to a different style of portfolio in mobile view...

    Could you find a fix for this please? 

    Thanks

    Chris


  •  9,006
    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 (max-width: 1000px) {
        .portfolio-items .work-item.style-4 .bottom-meta {
            bottom: 0!important;
        }
    }

    Thanks


    ThemeNectar Support Team