• Resolved loupefotografia

    (@loupefotografia)


    Hi everyone!
    Do anybody know how to make the post in full width and the feature images in top instead that in the side of the post?
    thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi,

    Please understand that this is a theme modification and I do not provide support for those (please read https://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

    Thread Starter loupefotografia

    (@loupefotografia)

    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

    Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    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

    Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    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

    Thread Starter loupefotografia

    (@loupefotografia)

    Thanks Oliver, Im gonna try it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Post in full width’ is closed to new replies.