Yes, those rules will work.
Yes, those rules will work.
thanks for all your help - this worked like a charm .
Hello,
Would like to achieve the same to my own added sidebox (using Blank Sidebox 2.0)
Any advise on how to remove the title bar completely?
--
Also i'm trying to remove top and bottom margins from my sideboxes
What is the id of your new sidebox? Modify the "categories..." rules to match your sidebox filename and it should work the same.
For all sideboxes, try rules like
.leftBoxContainer, .rightBoxContainer {margin-top: 0; margin-bottom: 0;}
hello,
That removed the margins between each sidebox,
i'm trying to remove the margins within each sidebox before and after the content,
please have a look at chequesplus dot com
see stay connected sidebox on left
Thanks
That is not margin but padding making the spaces.
stylesheet.css, line 1438:Change toCode:.sideBoxContent { border-left: 1px solid #C8E7F5; border-right: 1px solid #C8E7F5; padding: 12px; }
padding: 0 12px;
or whatever you want.
that removes padding from left side but not from top and bottom
Thanks