Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Numero1,

    Sorry, I just saw this. I’ll reply later today.

    Hi Numero1,

    The recipes in that page are being positioned absolutely and the css property called ‘transform’ is being used to poisition the recipes. E.g.: “transform: translate3d(413px, 996px, 0px)”.

    This has nothing to do with Zip Recipes and you should look at your style sheets.

    Numero1,

    Actually on a second look, adding this to your style sheet will fix it:

    #zrecipe-beacon
    {
    	height: 0;
    	width: 0;
    }

    The zrecipes-beacon img is being resized by the following style. So the CSS above will fix it:

    .images-container img,
    	.albums .post img,
    	.media .post img,
    	.portfolio .post img,
    	.blog .post img,
    	.shortcode-blog-posts img,
    	.wf-container.portfolio-grid img,
    	.wf-container.layout-masonry img {
    		max-width: 100%;
    		width: 100%;
    		height: auto;
    	}
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alot free space in recipes’ is closed to new replies.