Add blog functionality
This commit is contained in:
@@ -351,7 +351,23 @@ button[disabled]:hover
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.horizontal_carousel_container.gallery_control .horizontal_carousel > li {
|
||||
position: relative;
|
||||
width: 250px;
|
||||
height: 133px;
|
||||
}
|
||||
|
||||
.horizontal_carousel_container.gallery .horizontal_carousel > li {
|
||||
width: auto;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.horizontal_carousel_container.gallery .horizontal_carousel > li img {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.mega_menu a.fixed-height {
|
||||
width: auto;
|
||||
height: 135px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1204,7 +1204,7 @@ jQuery(document).ready(function($){
|
||||
});
|
||||
|
||||
//fancybox
|
||||
$(".prettyPhoto").prettyPhoto({
|
||||
$(".prettyPhoto[rel^='prettyPhoto']").prettyPhoto({
|
||||
show_title: false,
|
||||
slideshow: 3000,
|
||||
overlay_gallery: true,
|
||||
|
||||
Reference in New Issue
Block a user