Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #268092
    lmn8
    Participant

    Hello.
    I have portfolio posts on my home page and titles are under the thumbnails, not over (class portfolio-entry-header with static position …)
    I need them be like on demo page, position absolute … transform: translateY(-30%); background-color: rgba(0,0,0,.25); text-align: left; (entry-header)
    What can I doo. Maybe add something in Additional CSS? I tried to change class portfolio-entry-header to be like on demo, featured-content-wrapper layout-three is totally gone, empty.
    Need help for lukiansphotography.com
    Thank you

    #268155
    Skandha
    Participant

    @lmn8: Hello there,
    The section you are referring to in the demo is Featured Content section and not Portfolio section.
    Please try using Featured Content section and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    #268416
    lmn8
    Participant

    I understand that. So there is any chance to make this portfolios featured content?
    Tks

    #268464
    Skandha
    Participant

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

    @media screen and (min-width: 64em) {
    	.portfolio-wrapper .portfolio-entry-header {
    	    position: absolute !important;
    	    top: 30%;
    	    left: 0;
    	    right: 0;
    	    padding: 35px;
    	    -webkit-transform: translateY(-30%);
    	    -moz-transform: translateY(-30%);
    	    -ms-transform: translateY(-30%);
    	    -o-transform: translateY(-30%);
    	    transform: translateY(-30%);
    	    background-color: rgba(0,0,0,.25);
    	    text-align: left;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #268466
    lmn8
    Participant

    YESSSS Thank you.

    #268471
    Skandha
    Participant

    @lmn8: 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/fotografie/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 ‘Home page to look like demo’ is closed to new replies.