Overslaan naar hoofdinhoud

Deployteq Page builder - Styling tip for bootstrap frameworks - Community / Let's talk! - Deployteq Support

2

Deployteq Page builder - Styling tip for bootstrap frameworks Open Discussion

In de Deployteq Pagebuilder kun je zelf templates maken. Nu is dat voor velen van ons campaign developers, programmeurs etc niet echt een probleem MAAR helaas ook al ziet je pagina er in Preview mode nog zo mooi uit met alle blokken onder elkaar. In Designer mode is het vaak een ander verhaal. De library objecten worden vaak kort weergegeven en naar links geduwd. Het maakt het bouwen niet zo lekker als je een custom template gebruikt.

Daar is nu een tip voor:

Voeg onderstaande code toe aan je css code tussen je blokken en je page ziet er in designer mode ook een stuk netter uit.


In the Deployteq Pagebuilder, you can create templates yourself. For many of us campaign developers, programmers, etc., this isn't really a problem. HOWEVER, even if your page looks great in Preview mode with all the blocks neatly aligned, it's often a different story in Designer mode. The library objects are often displayed shortened and pushed to the left. This makes building less enjoyable when using a custom template.

Here's a tip for that: Add the following code to your CSS between your blocks, and your page will look much neater in Designer mode as well.


div[data-type=object-instance-collection] {

float: none !important;

width: 100%!important;

min-height: 35px!important;

}

div[data-type=object-instance-collection] {

float: none !important;

width: 100%!important;

min-height: 35px!important;

}


Reactie toevoegen

Log in of registreer om commentaar achter laten.

Wachtwoord opnieuw aanvragen?