- Posts: 7
COMMUNITY FORUM
Spaces in K2 Content module
- Link111
- Topic Author
- Offline
- New Member
Less
More
4 years 10 months ago #174428
by Link111
Spaces in K2 Content module was created by Link111
Hello,
I have made a K2 content module, that would show more items on the website's right side, but I noticed there are spaces between presented item list. How do I remove those spaces?
I have made a K2 content module, that would show more items on the website's right side, but I noticed there are spaces between presented item list. How do I remove those spaces?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 10 months ago #174443
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Spaces in K2 Content module
Use your browser's dev tools (inspector) to see which element has extra padding or margin. Or provide a URL to that page.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Link111
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
4 years 10 months ago - 4 years 10 months ago #174453
by Link111
Replied by Link111 on topic Spaces in K2 Content module
Last edit: 4 years 10 months ago by Link111.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 10 months ago #174455
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Spaces in K2 Content module
Add this in your template's main or custom CSS file:
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {margin:0;}
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Link111
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
4 years 10 months ago #174480
by Link111
Replied by Link111 on topic Spaces in K2 Content module
It worked. Thanks :)
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 10 months ago #174488
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Spaces in K2 Content module
Great :)
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.