Ad below post

Ad below post 1.5

Нет прав для скачивания
Creating AdSense codes:

First AdSense code:
  1. Click Ads
  2. Click By ad unit
  3. Click Display ads
  4. Name your ad unit: fixed 728x90
  5. Click Responsive and select Fixed
  6. Enter 728 for the Width and 90 for the Height
  7. Click the Create button
  8. Copy code
  9. Click Done
Second AdSense code:
  1. Click Ads
  2. Click By ad unit
  3. Click Display ads
  4. Name your ad unit: fixed 300x50
  5. Click Responsive and select Fixed
  6. Enter 300 for the Width and 50 for the Height
  7. Click the Create button
  8. Copy code
  9. Click Done
Edit the andy_adbelowpost template:

Edit the andy_adbelowpost template and update the AdSense code with your code.

Editing the extra.less template:

Add the following code to your extra.less template:




Код:
// advertising responsive

.advertising-wide
{
    display: inline;
    text-align: center;
}

.advertising-narrow
{
    display: none;
}

@media (max-width: @xf-responsiveMedium)
{
    .advertising-wide
    {
        display: none;
    }
 
    .advertising-narrow
    {
        display: inline;
        text-align: center;
    }
}
Назад
Сверху Снизу