2014-01-30, 21:08:29
SOLVED:
The problem was not only in CSS but in the template.php, the BLOCK was in the "content DIV, instead the frame DIV" so, it was centered with contents not with the frame.
Anyway i also have another problem
The IN18 gallery doesen't work, pretty photos or other thing non work...
if a make a gallery and click it, the photos will be open in te same browser window.
I try to call
<script src="<?php get_theme_url(); ?>/js/jquery-1.7.1.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.prettyPhoto.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.cycle.all.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.fancybox-1.3.4.pack.js"></script>
<script src="<?php get_theme_url(); ?>/js/supersized.3.2.6.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/s3Slider.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.autogrow.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.easing.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.mousewheel-3.0.4.pack.js"></script>
<script src="<?php get_theme_url(); ?>/js/s3Slider.js"></script>
<script src="<?php get_theme_url(); ?>/js/supersized.shutter.min.js"></script>
In the templates, but still dont work...
The problem was not only in CSS but in the template.php, the BLOCK was in the "content DIV, instead the frame DIV" so, it was centered with contents not with the frame.
Anyway i also have another problem
The IN18 gallery doesen't work, pretty photos or other thing non work...
if a make a gallery and click it, the photos will be open in te same browser window.
I try to call
<script src="<?php get_theme_url(); ?>/js/jquery-1.7.1.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.prettyPhoto.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.cycle.all.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.fancybox-1.3.4.pack.js"></script>
<script src="<?php get_theme_url(); ?>/js/supersized.3.2.6.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/s3Slider.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.autogrow.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.easing.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.mousewheel-3.0.4.pack.js"></script>
<script src="<?php get_theme_url(); ?>/js/s3Slider.js"></script>
<script src="<?php get_theme_url(); ?>/js/supersized.shutter.min.js"></script>
In the templates, but still dont work...