MyBB Community Forums

Full Version: How To Remove Spacing Between Postbit Buttons?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is there a way to remove the spacing between the postbit buttons down the bottom of each post?
I dont think so, considering to do so you would need to have a <div> tag in front of them all, which there isnt.
Ok, but what is causing the space between all of them?
^ depends on the theme you are using. can we have forum URL to check
I'm just using the default mybb theme. Look at the postbit buttons below. I just can't seem to see what is giving the postbit buttons there spacing.

EDIT: My guess would be the default table styling of 'cellpadding=#' for example or 'cellspacing=#' which is giving it the spacing.

EDIT: No, it doesn't look like it. I have no idea.
you can try using style property like below in global.css of the theme (edit through admin panel, add at the bottom)
.post_buttons a:link {margin-left: -5px !important;}
remember hard refreshing browser (eg. press CTRL + F5) on a topic page after saving changes to global.css