Hi,
Please understand that this is a theme modification and I do not provide support for those (please read http://support.webmandesign.eu/support-policy-and-terms-of-service/).
I suggest you use a code inspector in your browser to determine the styles you need to override with your custom CSS. Also, I suggest you test your new layout thoroughly than as the theme wasn’t designed that way.
You can start with this CSS:
.is-singular:not(.home) .site-inner {
width: calc(100% - 5rem);
}
.is-singular .entry-media {
position: relative;
width: 100%;
background: none;
}
.is-singular .entry-media img {
visibility: visible;
}
But where do you put the header than?
Regards,
Oliver
thanks for your answer Oliver. I really like the theme and I am using for a photo magazine that is why I was looking how to show images in full size inside each post.
I tried with that CSS. It is ok, only the title is overlay with the featured pic in the top.
Thanks again
Charly
Hi Charly,
Please understand this is a theme modification and I can not provide full resolutions on those. I can provide only tips.
Please use code inspector tool in your browser to determine which additional styles to apply to override the theme native ones and make it how you need.
Regards,
Oliver
BTW, have you tried Dyad theme? Maybe that will do the trick for you. It was built from my Receptar theme. Download it from https://theme.wordpress.com/themes/dyad/
Regards,
Oliver
Thanks Oliver, Im gonna try it.