Bubka3

Customer
I have this issue, where the text doesn't extend under the Steam badge. It does on other themes.
d0e182d7b4.png


Can you help?
 
Can you link to a post with the steam badge? I checked your site but not sure if it's disabled currently.

I haven't done any changes so the only thing I can think of is it's missing a simple float tag on the steam div.
 
Try adding this to extra.css to see if it helps:

Code:
.message .messageContent {
float: right;
}

Haven't fully tested it to see if it breaks something else, but give it a go.
 
So, the above code really screws up. Signatures on top of the post, anything short will appear to the right, the only thing that it fixed was long text.

I did:
Code:
.message .messageContent {
width: 100%
}
And it sort of fixed it. The post only starts under the steam badge box now, but its better while I wait for your answer.
 
The more I look at this... I installed a default style last night, completely stock, it was this:

http://prntscr.com/2tuigj

The only way I'd be able to let it float around the text was if the div was inside the messageContent div:
http://prntscr.com/2tuijp

And I think it's using standard hooks to apply this.... the only solution I can think of is if he uses the new template modification which then we could modify the location it adds itself.
 

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