Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #271041
    vadim
    Participant

    How to make the Portfolio on the main page, when displayed on the Desktop, look the same as on the Tablet, so that the title is always displayed on the plate at the bottom of the image?

    #271054
    Skandha
    Participant

    @vadim: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .portfolio-section .entry-title {
        display: block !important;
        opacity: 1 !important;
    }
    .portfolio-section .entry-title a::after {
        display: none !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #271312
    vadim
    Participant

    It works. Thank you! And how to align Title to the bottom with padding on Desktop version, as it realised on Tablet version.

    #271603
    Skandha
    Participant

    @vadim: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1024px) {
    	.portfolio-section .inner-wrap {
    	    padding: 13px !important;
    	    top: 90% !important;
    	    background-color: rgba(0,0,0,.5)
    	}
    
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #271612
    vadim
    Participant

    Great! Thanks!

    #271615
    Skandha
    Participant

    @vadim: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-vogue/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio display on Main Page’ is closed to new replies.