Quote:
Originally Posted by Lynne
Why doesn't you set a width and height for the image in your ad so it isn't so wide?
|
thx, because i dont use image ad, just two sentences of text. I found i can add <div style="width:200px;">my ad text</div> but i thought about somehow modifying some vbulletin file so i dont need to care adding div around each text ad...
Quote:
Originally Posted by Seven Skins
You may be able to use this css code.
e.g.
Code:
#ad_thread_last_post_content {width: 400px;}
|
thx, i found yours mentioned variable is in the file showthread.css
OLD:
#ad_thread_last_post_content {
float:{vb:stylevar right};
}
NEW:
#ad_thread_last_post_content {
float:{vb:stylevar right};
width: 65%;
padding-top: 30px;
}
i editted also first post which is right above last post
i found % value works too and might be more suitable maybe
so now Ad container width works properly. SOLVED thank you for help