Compact distance
2 posters
Page 1 of 1
Compact distance
Hi Team Support !
Now I want to collapse the distance between this box , Thanks !
Demo : http://hienmau.forumvi.com/f24-forum
Now I want to collapse the distance between this box , Thanks !
Demo : http://hienmau.forumvi.com/f24-forum
Re: Compact distance
Hi @loving9you,
Add the following CSS to your stylesheet :
If you want to decrease the gap further, you can use negative margins, for example :
Add the following CSS to your stylesheet :
- Code:
div.main.paged {
margin-top:0px;
}
If you want to decrease the gap further, you can use negative margins, for example :
- Code:
div.main.paged {
margin-top:-10px;
}
Re: Compact distance
Ange Tuteur wrote:Hi @loving9you,
Add the following CSS to your stylesheet :
- Code:
div.main.paged {
margin-top:0px;
}
If you want to decrease the gap further, you can use negative margins, for example :
- Code:
div.main.paged {
margin-top:-10px;
}
Thanks ! but it remains unchanged
Re: Compact distance
Odd, try adding !important and adjust the value as necessary.
- Code:
div.main.paged {
margin-top:-10px !important;
}
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum