After make viewing post Multi Column Grid Style
-
I have two category menus , [book] and [etc].
I want to make different lcp_caltlist li style from each other.
But if I changed below on css, both li style changed.
🙁 How can I separate .lcp_catlist li style??I was thinking to make viewing post multi column grid style on [book] post, just.
So I set it and succeeded.http://www.jeehyepark.com/book
[book] Page:
[catlist id=8 numberposts=5 pagination=yes thumbnail=yes thumbnail_class=lcp_thumbnail]lcp_paginator.css:
/* catelist table form */
.lcp_catlist{
margin-left:auto;
margin-right:auto;
font-size:16px;
line-height:35px;
}
.lcp_catlist li {
width:33%;
min-height:150px;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 0px;
zoom: 1;
*display: inline;
}
.lcp_catlist li:after {
content:’.’;
height:0px;
visibility:hidden;
display:block;
clear:both;
}but then, http://www.jeehyepark.com/etc
page changed also.
I want to apply default .lcp_catlist li style on etc post with “content=yes”.[etc] page:
[catlist id=10 content=yes numberposts=2 pagination=yes title_class=lcp_title]
The topic ‘After make viewing post Multi Column Grid Style’ is closed to new replies.