Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #608199

    I am using the recipe plugin called cooked, which is really nice, but it displays my recipes in full with. I saw on their support site that if i added this it should be able to work like i want, but unfortunately it didnt:

    .content-wrapper #cooked-plugin-page {
    max-width: 80%;
    margin: 2em auto 0;
    }

    Is there a way to do what the css is trying to do?

    #608222

    Hey maggen!

    Please note: We do not support 3rd party plugins as it is out of our support scope but this one is a simple one and we love to help our enfold users to resolve the issue so here you go…

    Please remove the code that did not work for you and use the one below in Enfold > General Styling > Quick CSS

    body #cooked-plugin-page {
        max-width: 80%!important;
        margin: 0 auto!important;
    }
    

    Best regards,
    Vinay

    #608225

    Thank you so much! That worked!!!

    #608254

    Hi!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Cheers!
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.