In the menu type "Stack - Left" the feature image is hidden by menu

edited March 2019 in Files & images
In the menu type "Stack - Left" the feature image is hidden by menu. 

can i completely display the picture under the menu.




imageimageimage

Comments

  • 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.

    thanks
  • You will have to have all of the images used in the "Featured Image" same height.
    But, to fix that, please go to the Theme Options > Header & Subheader > Header and change the "Position" in Background section to "Left Bottom | no-repeat" http://prntscr.com/n4m43u and then, paste this code into the Theme Options > Custom CSS & JS > CSS
    @media (min-width:767px){
    body.header-stack:not(.template-slider) #Header{
    min-height:490px !important;
    }
    }

    But I do not recommend to do it this way.
    I suggest not to insert images in featured image field, just insert the image item in the muffin builder in a first section.
    Thanks
Sign In or Register to comment.