Okay
  Public Ticket #2174035
Portfolio / Exceeding text
Closed

Comments

  • lesgrandesvoix started the conversation

    Hello,
    I am wondering how to make the entire text appear on the images with a "3D Parallax on hover" portfolio.
    As you can see here: https://lesgrandesvoix.fr/saison-2019-2020/
    Some texts are cropped if they exceed the size of the image.
    Many thanks for your help!
    Florent

  •  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 (max-width: 1000px) {
        .portfolio-items[data-ps="6"] .work-meta {
            padding: 5% !important;
        }
    }

    Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .

    Best.


    ThemeNectar Support Team 

  • tomgacz replied

    Hello! Is this possible to make fullscreen portfolio? Example: http://clapat.ro/themes/grenada-wordpress/
    Thanks!

  • lesgrandesvoix replied

    Hey Tahir,

    Many thanks for your answer. I added this to the Custom CSS box and tried the New Responsive Typography Settings.
    However, some words are still disappearing above and under the portfolio images when there is too much text: https://lesgrandesvoix.fr/saison-2019-2020/

    Do you know how it could be fixed?

    Many thanks and have a nice day,
    Florent

  •  8,992
    Tahir replied

    @lesgrandesvoix

    The only other way is to reduce the Font Size in the Typography Section of the Salient Theme Options Panel .

    Best


    ThemeNectar Support Team 

  •  8,992
    Tahir replied

    @tomgacz ,

    We already have a Fullscreen Portfolio Slider Page Element available at the moment. See screenshot : http://prntscr.com/pfwuem .

    Bes t


    ThemeNectar Support Team 

  • tomgacz replied

    Thank you very much!