2
Problem with Custom CSS on Smartermail Frms
Problem reported by Scarab - 10/30/2014 at 1:37 PM
Submitted
When using Custom CSS Personalization in Smartermail it would appear that pop-up daughter windows (forms) such as /Main/frmWelcome.aspx and /Main/frmAccountImport.aspx pages do not use the correct CSS elements, causing the page to display incorrectly (especially when using logos).
 
The /Main/frmWelcome.aspx and /Main/frmAccountImport.aspx apparently use the .infopanel element instead of using the #PageHeader element as I would suspect was originally intended. 
 
This could be a problem with all pop-up forms in Smartermail, but these are the first two to jump out at me.
 
For reference, we are using the following Custom CSS Personalization in the latest version of Smartermail Enterprise.
 
#PageHeader h1{
width: 350px;
height: 30px;
padding: 5px !important;
text-indent: -999em;
margin: 0 0 0 50px;
background: url(/images/header.jpg) no-repeat center center;
}
.infopanel{margin-top: 150px !important;position: relative !important;}
.infopanel:before{
content: "";
display: block;
width: 350px;
height: 131px;
position: absolute;
top: -150px;
border-radius: 10px;
background: url(/images/logo.jpg) no-repeat center center;
}
 

Reply to Thread