Ebla

Member
I am hoping someone can point me in the right direction. I am working on the postbit (see attached). I have font awesome selected, but I also have a custom field in the postbit. What I would like to do is have the "zone 7b" on one line centered underneath the other items.

Any help would be appreciated.
 

Attachments

  • bppostbit.png
    bppostbit.png
    22.8 KB · Views: 10
I'm going to have to work on this on our dev board to figure it out. I'll reply back when I get it worked out. Would there be a font awesome icon you might be interested in instead?
 
Add this to EXTRA.css template

Code:
.userField_Zone.xbCustomField dt {
overflow: hidden;
width: 19px;
height: 16px;
margin: 3px 10px;
word-wrap: normal;
}

.xbCustomField dt:before {
content: "\f140";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
 
Hmm..it is a little off. Add the !important to the class like below.

Rich (BB code):
.userField_Zone.xbCustomField dt {
overflow: hidden;
width: 19px !important;
height: 16px;
margin: 3px 10px;
word-wrap: normal;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back