How can we add extra space for html code in wind them

UfukBuyukozkaya

Joined: 2014-01-29
Posts: 25
Posted: Fri, 2014-02-14 23:03

How can we add an extra space for html code in wind them between header and albums. (horizontally)
Is ıt possible?
I m intent to put Google adsense there.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2014-02-15 00:40

Depednding where you want it I would edit wind/views/page.html

          <?= $theme->header_bottom() ?>
        </div>

        <? if (!empty($breadcrumbs)): ?>

to

          <?= $theme->header_bottom() ?>
        </div>
here code for google
        <? if (!empty($breadcrumbs)): ?>

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
UfukBuyukozkaya

Joined: 2014-01-29
Posts: 25
Posted: Sat, 2014-02-15 00:50

I really love you sir. :)