Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #736453

    Hi,

    I use a PNG sized 200x200px displayed centered as a featured image. But in single post view it is adjusted to the left of the article in its own column and resized to 180x180px. How come? :-)

    I searched the posts but couldn’t find a solution on how to display the PNG centered above the title in its original size. BTW it’s not displayed in mobile view.

    Thank you for your support!

    Best regards
    Joe

    • This topic was modified 7 years, 11 months ago by iflw-gmbh.
    #737613

    Hey iflw-gmbh!

    Thank you for using Enfold.

    It is being resized via css. Please add this in the Quick CSS field.

    .template-blog .blog-meta {
        float: none;
        margin-right: 0
        clear: both;
    }
    
    .single-post .single-small.with-slider .small-preview {
        width: 220px;
        height: 220px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    
    .single-post .single-small.with-slider .small-preview img {
        width: 100%;
    }
    
    .template-blog .post .entry-content-wrapper {
        overflow: hidden;
        position: relative;
        clear: both;
        margin-top: 50px;
    }

    Regards,
    Ismael

    #737660

    Hi Ismael,

    holy c@*°! Quite a complex chunk of CSS. That is why i couldn’t sort this glitch out myself. Anyway, thank you very much for your great support.

    Best regards from Germany
    Joe

    #738113

    Hi Joe,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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