Wednesday, August 24, 2011

Wordpress

Slider image and text size:

Go to the includes/featured.php and edit this code:
Quote:
$width = 330;
$height = 220;

for text add this code to the end of the style.css:
Quote:
#featured-area .excerpt {
width: 300px !important;
}

No comments:

Post a Comment