Hi,
I disable the plugins, but there was not effect.
I have in the custom.css only the following lines:
#top .entry-mini h1.post-title{
font-size: 25px;
}
#top.woocommerce .big_title .page-title {
font-size: 25px;
}
#top .news-content{
font-size:12px;
}
.template-shop-single .product {
clear: both;
}
#top .post-title.big_title {
font-size: 20px!important;
margin-top: 20px!important;
}
#top.single-product .entry-content {
position: relative;
width: auto;
}
And I changed
$avia_elements[] = array(
"name" => "Your YouTube page/group/account",
"desc" => "Enter the url to your YouTube page or channel. If you leave this blank the facebook link in your sidebar of your site wont be displayed.",
"id" => "youtube",
"slug" => "contact",
"std" => "http://www.youtube.de",
"type" => "text");
and in the sidebar.php
if($youtube = avia_get_option('youtube')) echo "youtube";
and in the css/minimal-skin.css
.social_bookmarks .youtube a{background: transparent url(../images/skin-minimal/icons-rounded-youtube.png) 0 0 no-repeat;}
So, I think nothing take care about the thumbnail. Any other ideas?