vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Ads in first Thread (https://vborg.vbsupport.ru/showthread.php?t=327317)

webnsn 06-12-2019 09:48 AM

Ads in first Thread
 
How to modify first post ad location?

In the first post ad, you can see TEXT coming after ads but I want ad should display in left and content in right

Example www.wikinewforum.com/showthread.php?p=490234

CodeStache 06-12-2019 12:48 PM

For your case, you can wrap the Ad codes in a div and use the CSS like this:

Code:

#ad_block {
    float: left;
    width: 320px;
    height: 320px;
    overflow: hidden;
    background: #d6d6d6;
    margin: 0 15px 15px 0;
}

Which will make it looks like this:

https://i.imgur.com/357zZsy.png

You have the adjust the rest of the content/images size though.

webnsn 12-12-2019 12:09 PM

You mean i need to change the Adsence code OMG
Quote:

Originally Posted by CodeStache (Post 2599521)
For your case, you can wrap the Ad codes in a div and use the CSS like this:

Code:

#ad_block {
    float: left;
    width: 320px;
    height: 320px;
    overflow: hidden;
    background: #d6d6d6;
    margin: 0 15px 15px 0;
}

Which will make it looks like this:

https://vborg.vbsupport.ru/

You have the adjust the rest of the content/images size though.


webnsn 03-11-2020 11:31 AM

Please explain in bit clear.

Example: What to add before and after of ad code


All times are GMT. The time now is 02:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00958 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete