Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #343113
    Frankyw
    Member

    Hi, I’m using “PhotoFocus” with the “Essential Content Types” plugin. For some time now, the portfolio projects haven’t been displaying correctly on the website. The titles of the featured images are aligned to the right, and the featured images themselves are aligned to the left.

    Website: https://frankyw.de/asien/

    I use the following shortcode to display the portfolio:
    [portfolio display_tags=false display_types=false include_type=Asia columns=2 showposts=20 orderby=title order=ASC]

    Is there a way to display the title below the image again?

    #343124
    sujapati
    Keymaster

    @Frankyw. Thank you for reporting the issue. It appears that the misalignment of the portfolio image and title is caused by a CSS conflict. Please add the following CSS to your site, and it should resolve the issue.

    .section-content-wrapper.portfolio-content-wrapper,
    .site-content .content-area .portfolio-content-wrapper .ect .post-thumbnail {
        padding-bottom: 0;
        width: 100%;
    }
    
    .portfolio-entry-content.entry-content:empty,
    .site-content .content-area .portfolio-content-wrapper .portfolio-entry-header {
        margin: 0;
    }

    Let us know if the issue persists, and we’ll be happy to assist further.

    Regards,
    Sujapati

    #343127
    Frankyw
    Member

    Thank you very much for the quick reply. That was the solution!

    #343128
    sujapati
    Keymaster

    @Frankyw: Glad to hear that! Thank you for confirming.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.