Hi there!
Good day!
Is it possible to have layout option in landing pages template?
Below screenshot is from website pages which we wanted to implement the same in the landing pages. But I’m not totally sure if that is possible.
As I only know, we can add flexible column to the landing page template in order to add different modules but again the layout is already created based on the modules that going to add.
Thank you!
Regards,
If the template you’re using on the landing page is a drag and drop template the option will be available. If the template is not a drag and drop template (which I’m guessing is this case since you mentioned “we can add flexible column to the landing page template in order to add different modules”) then the option will not be available. So this isn’t specific to landing pages themselves, but to how the template is coded. You would have to get with your developer to update the template to be drag and drop.
Hi @alyssamwilie ,
Thanks for answering my question.
I’m using the drag and drop template which I can’t see any (+) sign button once the drag and drop template is used in a page.
See below example.
What we are trying to achieve is to behave like the web pages with (+) button and create a custom layout without doing it in the drag and drop template, but only once the template is use.
Let me know if I’m missing something in the drag and drop, appreciate your help.
Thanks.
So this is a bit confusing to explain but when I mentioned drag and drop in my prevous reply I wasn’t talking about the drag and drop ability in the design manager, but templates that are coded to be drag and drop in the page editor. Templates that are drag and drop in the design manager are not able to be drag and drop in the page editor. The template needs to be a coded template using a {% dnd_area %} tag to enable drag and drop (including the + button) in the page editor.
Here’s documentation on coding drag and droppable templates - Drag and Drop Areas HubL Tags - HubSpot docs
Thank you so much @alyssamwilie, this is the one I’ve been looking for 
It is now working on my end, thanks again for your help!