So this is a screen shot of Thread View page. The top right ad (Wendys logo) is the ad that I have in the ad_sidebar_top template. So if you go to the main Forums page this ad fits nicely after I increased the size of the sidebar container in Style Properties.
Does the ad code in ad_sidebar_top show up in thread view? If that is the case how do I increase the width?
Firebug showed me this code:
.thread_view .sidebar {
text-align: center;
width: 360px;
}
Tried to add that to extra.css but it did not do anything. Do I need to edit the thread_view temp directly for this?
Does the ad code in ad_sidebar_top show up in thread view? If that is the case how do I increase the width?
Firebug showed me this code:
.thread_view .sidebar {
text-align: center;
width: 360px;
}
Tried to add that to extra.css but it did not do anything. Do I need to edit the thread_view temp directly for this?