Editing margin height for blog header image

edited August 2020 in Blog
Hi there,
I just wanted to edit the height of the space for the image within a single blog post on this site (https://multioffice.com/?p=2413). I tried different option in the betheme options (post image).
Thanks for you support
AD

Comments

  • Hello,
    If you mean that image with someone holding "@" sign, then you can extend the height of it, with the CSS only.
    This CSS code will affect only single posts.
    body:not(.template-slider).single-post #Header{
    min-height:400px !important;
    }
    thanks
  • Hi Pablo,
    this works perfectly! Unfortunately the size does not fit to the mobile size - is there a way to let the image be shown responsively?
    Thanks
    AD
  • Well, you would have to use change the image there, because this one is too wide for mobile, and there is no possiblity to show it without distorting it.
    Otherwise, you can use the CSS code to change that image on mobile only ;)

    thanks
  • Hi Pablo,
    thanks for your feedback. It's a pitty that there is no option to option for a responsive behaviour of the background.
    Cheers
Sign In or Register to comment.