Showing posts with label Theme TheCoorporation. Show all posts
Showing posts with label Theme TheCoorporation. Show all posts

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;
}