Home › Forums › WoodMart support forum › Post picture min height Post picture min height This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 23, 2020 at 8:47 am #243753 Jackheather101Participant 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. November 23, 2020 at 10:47 am #243796 Elise NoromitMember 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 November 23, 2020 at 12:39 pm #243846 Jackheather101Participant Hi, All in but hasnt seemed to of made it full page? Thanks, Attachments:You must be logged in to view attached files. November 24, 2020 at 8:19 am #244109 Elise NoromitMember 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 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register