Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Calculator Not Centered 05.11.2012 17:09
Hello,
checked your site, and we noticed the calculator module is properly set inside its container, but the previous module you have placed at the left is being forced by your template to a fixed width of 49.95%, which is forcing the next one (the calculator), to begin at the right side.
You can try to modify your template, check this section below and set the width to a lower value (about 44%)
http://biomedprotect.com/devsite/templates/jsn_epic_pro/css/template.css
div.jsn-modulescontainer2 #jsn-pos-user1, div.jsn-modulescontainer2 #jsn-pos-user2, div.jsn-modulescontainer2 #jsn-pos-user3, div.jsn-modulescontainer2 #jsn-pos-user4, div.jsn-modulescontainer2 #jsn-pos-user5, div.jsn-modulescontainer2 #jsn-pos-user6, div.jsn-modulescontainer2 #jsn-pos-user7, div.jsn-modulescontainer2 #jsn-pos-footer, div.jsn-modulescontainer2 #jsn-pos-bottom {
float: left;
width: 44%;
}
Hope this helps,regards
Moonsoft Team
www.moonsoft.es
checked your site, and we noticed the calculator module is properly set inside its container, but the previous module you have placed at the left is being forced by your template to a fixed width of 49.95%, which is forcing the next one (the calculator), to begin at the right side.
You can try to modify your template, check this section below and set the width to a lower value (about 44%)
http://biomedprotect.com/devsite/templates/jsn_epic_pro/css/template.css
div.jsn-modulescontainer2 #jsn-pos-user1, div.jsn-modulescontainer2 #jsn-pos-user2, div.jsn-modulescontainer2 #jsn-pos-user3, div.jsn-modulescontainer2 #jsn-pos-user4, div.jsn-modulescontainer2 #jsn-pos-user5, div.jsn-modulescontainer2 #jsn-pos-user6, div.jsn-modulescontainer2 #jsn-pos-user7, div.jsn-modulescontainer2 #jsn-pos-footer, div.jsn-modulescontainer2 #jsn-pos-bottom {
float: left;
width: 44%;
}
Hope this helps,regards
Moonsoft Team
www.moonsoft.es