Each post page, at least x pixel height

Hello,

some of my posts have not much content, I would like to have them the same "at least height" value.
How do I do this?

Thank you.

Comments

  • edited October 2020
    PS: Also would be amazing, if someone could tell me why all post pages have a padding-top 30px
    https://i.imgur.com/v8QdKtb.png
    The div has id of Content
    I have tried:
    #Content {
    padding-top: 0px;
    }
    Didn't worked.

    I am building the post pages with elemntor, none of the elements have margin or padding values.
  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • edited November 2020
    Sorry +edit*
  • 1. To get rid of this padding go to section "Option" and switch to ON "Content | Remove Padding", while editing your posts.
    https://prnt.sc/v8lmpy

    2. If you want to have all posts with some minimum height paste following Custom CSS Code in: Betheme > Theme Options > Custom CSS & JS > CSS
    #Content .post {
    min-height: 700px!important;
    }
    Of course change this "700px" value to whatever you want.
    Thanks
  • Thank yuo very much. BeTheme support is incredible. I hope you make good money.
    I wish Elementor was like BeTheme... they have fb group...wtf....
Sign In or Register to comment.