By Alejandro on Tuesday, 27 May 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 722
Votes 0
Hello, the template is being displaying wrong.

Regards!
Hi Alejandro,

I am so sorry for this delayed respond.

From our inspection, we figured out that your theme's Bootstrap styling is overwriting our component's Bootstrap for this element as below:
button, input, textarea {
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
}

CSS file: /templates/yoo_moreno/styles/Excellence/css/bootstrap.css at line 7321

In order to overwrite this, please place below CSS hacks in this CSS file: /templates/yoo_moreno/styles/Excellence/css/theme.css and place it at the bottom of your source code for your future reference:
body div#fd button,
body div#fd input,
body div#fd select,
body div#fd textarea{
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}


Hope this will help, please let us know if you need further assistance to apply this code. Thank you and please advice.
·
Tuesday, 27 May 2014 13:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post