Is there any way to align this RIGHT without messing up all other gbBlock's?
I've tried to .gbBlock{float:right;} ,but that messes up alot more than just right align the code under...
i've tried to made a new class called .gbBlock2{float:right;} (and changed to {g->block type="core.EmergencyEditItemLink" class="gbBlock2") just for this code under, but it still doesnt work..
Quote:
{g->block type="core.EmergencyEditItemLink" class="gbBlock"
checkSidebarBlocks=true
checkAlbumBlocks=true}
{* Show any other album blocks (comments, etc) *}
{foreach from=$theme.params.albumBlocks item=block}
{g->block type=$block.0 params=$block.1}
{/foreach}
Thanks!
Posts: 27300
in album.tpl and photo.tpl I changed
to
and added
to the theme.css and it worked for me.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team || G2 Theme Contest!
Posts: 15
Hi,
Exactly what i've done. But it still wont work..
I've added my photo.tpl, album.tpl and theme.css.
Thanks!
Posts: 27300
URL?
_____________________________________________
Blog & G2 || floridave - Gallery Team || G2 Theme Contest!