• Resolved rcktech

    (@rcktech)


    Ok I am sold !! but I have a question about the page layout on the demo page you have listed on https://demos.boxystudio.com/cooked/

    I guess what I am asking is: if I get your plugin I would be able to setup a page the same as your demo ? Is this a function of your plugin or this is a function of the theme?

    Thank you,
    Robert

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Boxy Studio

    (@boxystudio)

    That layout comes with the plugin! ??

    Thread Starter rcktech

    (@rcktech)

    Great! thank you, I’ve been poking around with your plugin for few minutes now, is there a way I can put the picture on left and the ingredients on right (next to each other)

    Thank you,

    Plugin Author Boxy Studio

    (@boxystudio)

    You would need to create some custom DIVs that handles the layout, and then place the shortcodes within those DIVs. For example:

    <div style="display:flex;">
        <div style="max-width:50%; min-width:50%; box-sizing:border-box; padding-right:20px;">
            [cooked-image]
        </div>
        <div style="max-width:50%; min-width:50%; box-sizing:border-box; padding-left:20px;">
            [cooked-ingredients]
        </div>
    </div>

    This would need to be done in Text mode.

    Hope that helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘About the Demo page’ is closed to new replies.