Hello, I would like to remove "categories" block from articles on the left side
Which ID do I need to exclude?
Thanks.
#gkPageContent div.gkInsetRightSide aside#gkSidebar {display: none;}
#gkPageContent div.gkInsetRightSide section#gkContent {width: 100%;}
#gkPageContent aside#gkSidebar {display: none;}
#gkPageContent section#gkContent {width: 100%;}
Cyberek wrote:
- Code: Select all
#gkPageContent aside#gkSidebar {display: none;}
#gkPageContent section#gkContent {width: 100%;}
This should do the trick.
.itemBlock {
margin: 0;
}
Cyberek wrote:Let me cite you:
"would also remove right Categories block."
You said right, right is removed, you would like left:
- Code: Select all
.itemBlock {
margin: 0;
}
Just check if it will not damage any other parts of your page.