-
AuthorPosts
-
July 15, 2015 at 5:45 pm #208799
Hi,
I have created a section to list the latest K2 update, howcome they look different on different pages. I like the way that they are displayed in different color background and also how the texts are group together (first picture). How do you fix this?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 15, 2015 at 6:05 pm #577521It would be helpful if you could provide the url of the site you’re working on – as well as reference links to the pages with “different displays”
July 16, 2015 at 6:09 am #577619Ok, I will send you my credentials.
Latest info page has the undesire layout while the rest of the pages are looking fine.
Thanks.
July 16, 2015 at 6:09 am #643913Ok, I will send you my credentials.
Latest info page has the undesire layout while the rest of the pages are looking fine.
Thanks.
July 16, 2015 at 6:09 am #742552Ok, I will send you my credentials.
Latest info page has the undesire layout while the rest of the pages are looking fine.
Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 20, 2015 at 4:06 am #577922<em>@rclpris 483099 wrote:</em><blockquote>Hi,
I have created a section to list the latest K2 update, howcome they look different on different pages. I like the way that they are displayed in different color background and also how the texts are group together (first picture). How do you fix this?
</blockquote>
I could not see URL of your site but you can use my solution below
+ Create templates/ja_techzone/css/custom.css file and add new rule
div.itemAuthorLatest {
margin-bottom: 16px;
padding: 0;
}.itemAuthorLatest h3, .itemRelated h3 {
margin-top: 0;
margin-bottom: 24px;
text-transform: uppercase;
font-size: 18px;
color: #222222 ;
}.itemAuthorLatest ul, .itemRelated ul {
padding: 0;
margin-left: 24px;
}.itemAuthorLatest ul li, .itemRelated ul li {
padding: 8px 0;
border-bottom: 0;
}.itemAuthorLatest ul li.even, .itemRelated ul li.even {
background: #fffff0 ;
}.itemAuthorLatest ul li.odd, .itemRelated ul li.odd {
background: #fff ;
}
July 20, 2015 at 5:41 pm #578059Thanks for your help but it still looks the same
July 20, 2015 at 5:41 pm #644350Thanks for your help but it still looks the same
July 20, 2015 at 5:41 pm #742983Thanks for your help but it still looks the same
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 21, 2015 at 7:40 am #578121<em>@rclpris 483882 wrote:</em><blockquote>Thanks for your help but it still looks the same</blockquote>
I fixed directly on your site with the solution below
div.itemAuthorLatest {
margin-bottom: 16px;
padding: 0;
}div.k2ItemsBlock h3{
margin-top: 0;
margin-bottom: 24px;
text-transform: uppercase;
font-size: 18px;
color: #222222 ;
}div.k2ItemsBlock ul{
padding: 0;
margin-left: 24px;
}div.k2ItemsBlock ul li{
padding: 3px !important;
margin-bottom:0px !important;
}div.k2ItemsBlock ul li .moduleItemTitle {
font-weight: initial !important;
margin-bottom: 0px !important;
font-size: 14px !important;
}div.k2ItemsBlock ul li.even{
background: #fffff0 ;
border-bottom: 1px dotted #ccc !important;
}div.k2ItemsBlock ul li.odd{
background: #fff ;
border-bottom: 1px dotted #ccc !important;
}
and you will see it from custom.css file
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by rclpris 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum