Got pesky scroll bars in your Dialog Web Personalization campaigns? Let's look at how easy it is to get rid of them...
In the Dialog Campaign interface you have options to setup the dialog box size, or you can make it even simpler by choosing Auto Width. Also, don’t forget the great choices you get for Dialog Style including, Modern Trim (a black outline), Basic (includes a gray box for the Dialog Title) and Modern Trim II (a gray outline):
Here are my settings - I selected a Transparent background and Auto Width:
Then simply insert the following CSS code to the campaign's HTML:
<style>
#trwDialog{
overflow-x: hidden;
overflow-y: hidden;
}
</style>
And here’s the result:
Bye Bye, scroll bars!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.