markdown Kallyas WordPress主题博客布局调整到同位素

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Kallyas WordPress主题博客布局调整到同位素相关的知识,希望对你有一定的参考价值。

# Kallyas WordPress Theme Blog Layout Tweak to Isotope

### Styles to override Isotope styled applied to element

```
.blog-isotope-item {
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
```

### Script to adjust height of all blog element so they can stack properly

```
$(window).on('load', function() {
	var maxHeight = -1;

	jQuery('.blog-isotope-item').each(function() {
		maxHeight = maxHeight > jQuery(this).height() ? maxHeight : jQuery(this).height();
	});

	jQuery('.blog-isotope-item').each(function() {
		jQuery(this).height(maxHeight);
	});
 });
 ```

以上是关于markdown Kallyas WordPress主题博客布局调整到同位素的主要内容,如果未能解决你的问题,请参考以下文章

php 查询帖子类型wordpres

php Wordpres检索密码电子邮件

php 儿童主题的Wordpres功能

PHP Wordpres,查询最新帖子

HTML 在wordpres强制换行

在wordpres中强制换行