Comments 2mjephcott started the conversationOctober 13, 2016 at 10:55pmHi thereI can't seem to get rid of a band of white space at the base of some of my pages e.g http://remsco.mjdesigntest.co.uk/heavy-machinery-parts-industries/mining-equipment-heavy-machinery-parts/ - I've set the bottom row and column to 0 but it doesn't seem to make any difference. Please advise. 2Hide repliedOctober 14, 2016 at 2:38amJust passing by, try adding this to your custom CSS. .block-content { padding: 60px 0px 0px 0px; } 7,092Oliver repliedOctober 14, 2016 at 12:54pmHI!pls. check "Disable bottom margin" setting in the page setting for removing bottom margin. (Attach) use following css for removing top padding: .block-content { padding-top: 0 !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like Sign in to reply ...
Hi there
I can't seem to get rid of a band of white space at the base of some of my pages e.g http://remsco.mjdesigntest.co.uk/heavy-machinery-parts-industries/mining-equipment-heavy-machinery-parts/ - I've set the bottom row and column to 0 but it doesn't seem to make any difference. Please advise.
Just passing by, try adding this to your custom CSS.
.block-content {
padding: 60px 0px 0px 0px;
}
HI!
pls. check "Disable bottom margin" setting in the page setting for removing bottom margin. (Attach)
use following css for removing top padding:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver