Home Forums WoodMart support forum Post picture min height

Post picture min height

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

    Jackheather101
    Participant

    Hi,

    Can you please help me with this

    I have a piece of shortcode that disables the breadcrumb and ‘posted by’ field on the posts on my website.

    One problem this has produced is the image on the posts is now very small.

    Can you please help me KEEP the breadcrumbs disabled but INCREASE the size of the image. Potentially min height 700 or even full size if possible?

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #243796

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 1025px){
    .woodmart-header-overcontent .title-size-default {
        padding: 260px 0;
    }
    }
    @media (min-width: 1025px){
    .woodmart-header-overcontent .title-size-large {
        padding: 260px 0;
    }
    }

    Change the value as per your needs.

    Best Regards

    #243846

    Jackheather101
    Participant

    Hi,

    All in but hasnt seemed to of made it full page?

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #244109

    Hello,

    Please remove all the styles I have provided you before.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-post .page-title.title-size-large {
    		min-height: 100vh;
        display: flex;
        align-items: center;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)