![]() |
Move the ads in the first post to the left
Hi everybody,
how can I display the ad in the first post on the left side (under the text) instead of the right side (default on vB4)? What should I change in the postbit template? Thanks in advance |
I answer myself:
open showthread.css find /* ADS First and Last Post */ #ad_thread_first_post_content { float:{vb:stylevar right}; } #ad_thread_last_post_content { float:{vb:stylevar right}; } change to /* ADS First and Last Post */ #ad_thread_first_post_content { float:{vb:stylevar left}; } #ad_thread_last_post_content { float:{vb:stylevar left}; } |
I am trying to edit this in cpanel, but it keeps giving me an error and defaulting back to "right". Am I overlooking something simple here?
Edit: nevermind,just realized this is in the template area.... |
Hm, you should chang the two "right" cases into "left", like this:
/* ADS First and Last Post */ #ad_thread_first_post_content { float:{vb:stylevar left}; } #ad_thread_last_post_content { float:{vb:stylevar left}; } |
he work well, but the default advert space was left black and open without content. All content where place at the middle. any help to fix the error?
|
You should change right ---> left also here:
postbit.css .hasad { display:block; margin-{vb:stylevar right}: {vb:stylevar ad_post_maxWidth}; } Change in .hasad { display:block; margin-{vb:stylevar left}: {vb:stylevar ad_post_maxWidth}; } |
All times are GMT. The time now is 08:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|