Plugin Author
Brecht
(@brechtvds)
Hi Mette,
Your custom template seems to be missing some padding. Did you change anything in the Template Editor recently?
Does it look normal if you switch to our default “Chic” template for a second on the WP Recipe Maker > Settings > Recipe Template page? Just to confirm if there is an issue with all templates, or this custom template only.
Kind regards,
Brecht
Yes I have been working on customizing my template. I might accidentally have deleted or changed something in the HTML? Do you know what code I should replace?
Plugin Author
Brecht
(@brechtvds)
Could you try adding the following under “Edit CSS” in the template editor?
.wprm-recipe-template-min-skabelon {
padding: 0 30px;
}
Thanks a lot! That solved my problem.
But another problem has occured to me now – some kind of “border” has appeared around my image and the image is not centered in the recipe card. I would like the photo to fit without a border/the recipe card background wrapped around it. I don’t think it is the border as I have deleted the border.
Plugin Author
Brecht
(@brechtvds)
Looks like the recipe image shortcode is currently inside of a “float-right” container. Could you try moving it out of there? You could do that in the template editor under “Edit HTML” or using “Move Blocks”.