i have:
Number of Items to Display: 10
Gallery Width in Pixels: 630
Gallery Height in Pixels: 400
Text Overlay Height in Pixels: 60
code in index.php
- Code: Select all
<div class="fcg">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>
here positioned
- Code: Select all
<?php get_header(); ?>
<div id="content">
<div class="fcg">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="single" id="post-<?php the_ID(); ?>">
<div class="title">
code in style.css
- Code: Select all
.fcg{
padding:0px 10px;
margin:0px 0px 0px 2px;
}
what is wrong ?
large pic http://i26.tinypic.com/ftdnaa.jpg

url
http://www.pes-patch.com









